/***************************************************
*****
*****		bugcount.css
*****		03 February 2006
*****		Copyright Kevin Browne, Workpump 2005-2006
*****
*****		THIS FILE CONTROLS ALL ON-SCREEN STYLING
*****		FOR THE BUG COUNT ALSO RISES
*****
***************************************************/

body, html {
	font: 10px;
}

#header {
	background: #EEE;
	border: 1px solid #008FD1;
	color: #000;
	line-height: 1.4em;
	margin: 25px auto;
	padding: 2em;
	width: 60em;
}

#content {
	background: #EEE;
	border: 1px solid #008FD1;
	color: #000;
	line-height: 1.4em;
	margin: 3em auto;
	padding: 2em;
	width: 60em;
}

h1 {
	background: #EEE;
	color: #084C8E;
	font: 2em Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

img {
	border: none;
	float: left;
	padding-right: 1em;
}

p {
	background: #EEE;
	color: #000;
	font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 1em 0;
	text-align: justify;
}

p.lead:first-letter {
	color: #084C8E;
	font-size: 250%;
}

.title {
	text-decoration: underline; 
}

h1.title {
	text-decoration: none;
}

a, a:link, a:active {
	background: #EEE;
	color: #008FD1;
	text-decoration: underline;
}

a:visited {
	background: #EEE;
	color: #084C8E;
	text-decoration: none;
}

a:hover {
	background: #EEE;
	border-bottom: 1px dashed red;
	color: red;
	text-decoration: none;
}