/*universal rule, unless otherwise noted*/
*{margin:0; padding:0;}
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /*lets IE resize; other font-size in ems*/
	line-height: 1.3;
	color: #000000;
	width: auto;
	text-align: center;/*content set left*/
	}
	
/*HTML styles*/	
p {
	word-spacing: 0.1em;
	 	font-size: 1em;
		padding-bottom:.25em;
}
	
	 A:link  {
	color: #00467b;
	text-decoration: none;
	font-weight: bold;
}
     
     A:visited  {
	color: #00467b;
	text-decoration: none;
	font-weight: bolder;
}
   
     A:hover  {	color: #990000;	
	text-decoration: underline;
	font-weight: bolder;     }
	

h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
h1 {
	color:#666600;
	font-size: 2em;
	letter-spacing: 0.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 1em;
}
h2 {
	color:#666600;
	font-size: 1.6em;
	padding-top: 0.5em;
}
h3 {
	color:#996600;
	font-size: 1.2em;
	padding-top: 0.75em;
}
h4 {
	color:#996600;
	font-size: 1em;
	padding-top: .75em;
}

ul {
	display: block;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
	line-height: 1.2em;
	padding-top: 0.5em;
	list-style-position: inside;
}	
li a {
	
	color: #00467b;
}
	
li a:hover {
	background-color: #FFFFCC;}
	



