/* CSS by James Parsons, batworks.com */

body {
	background-color: white;
	color: black;
	font-family: Verdana, Geneva, sans-serif
	}

a:link {
	color: #cc0000;
	background-color: transparent;
	font-weight: bold;
	text-decoration: underline
	}

a:visited {
	color: red;
	background-color: transparent;
	font-weight: bold;
	text-decoration: underline
	}

a:active {
	color: black;
	background-color: transparent;
	font-weight: bold;
	text-decoration: underline
	}

a:hover {
	color: #fff;
	background-color: navy; 
	font-weight: bold;
	text-decoration: none
	}

p, ul, ol, li {
	font-family: Verdana, Geneva, sans-serif
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold
	}

strong {
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold
	}

cite {
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic
	}

em {
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	font-variant: small-caps;
	font-weight: bold
	}

pre {
	font-family: Courier, "Courier New", monospace
	}
