* {
	margin: 0;
	padding: 0;
}


body {
	margin: 0;
	padding: 0; 
	font: 12 px Tahoma, Verdana, Arial, Georgia, sans-serif; 
	color: #030740;
	text-align: center;
	background: transparent url(images/greenfade5.jpg) center top;
}



a, a:visited {
	text-decoration: none;
	color: #00438c;
	
}

a:hover {
	text-decoration: none;
	color: blue;
	
}

acronym {
	text-decoration: none;
	color: #D7661C;
	
	cursor: help;
}

p, td {
	
	font: 12 px Tahoma, Verdana, Arial, Georgia, sans-serif; 	
}
.main 
{
	color: #bbbbbb;
	font-weight:bold;
	
}
.main a:link {color: navy; text-decoration: none;}
.main a:visited {color: navy; text-decoration: none;}
.main a:hover {color: blue; text-decoration: none;}
.main a:active {color: blue; text-decoration: none;}
ul 
{
list-style: inside; 
list-style-type: disc	
}

