

A.mainlink:link, A.mainlink:active, A.mainlink:visited {
	color:#003333;
	font-size:16px;
	font-weight:bold;
	text-decoration: none;
	}
	
A.mainlink:hover {
	color:#003333;
	font-size:16px;
	font-weight:bold;
	text-decoration: underline;
	}
	
	
A.bodlink:link, A.bodlink:active, A.bodlink:visited {
	font-family: sans-serif;
	color:#cccccc;
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	text-decoration: underline;
	}
	
A.bodlink:hover {
	color:#ffff99;
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	text-decoration: underline;
	}
	

h3.white {
	font-family: sans-serif;
	font-size:15px;
	line-height:18px;
	color:#cccccc;
	}
	
.homewhite {
	font-family: sans-serif;
	font-size:13px;
	line-height:16px;
	color:#cccccc;
	}
	

ul.serifwide {
	font-family: Times, Times New Roman, serif; 
	font-size: 16px; 
	line-height: 28px; 
	font-weight: normal; 
	color: #OOOOOO}


li {
	list-style: square;
	}
	
li.numbers {
	list-style-type: decimal;
	}