@charset "UTF-8";
/* CSS Document */

p {
	font-size: small;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.5 em;
}


h3 {
	font-weight: 400;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}


 a:link,  a:visited {
 color:#330000;
 text-decoration: none;
 }
 a:hover, a:focused {
 color:#999999;
 }
