/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Helvetica, Arial, sans-serif;
	color: #333366;
	background-color: #3E87B2;
	text-decoration: none;
}

a:link {
	color: #003399;
	text-decoration: none;
}

a:visited {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #330033;
	
}

#PageHeading {
	color: #BEB598;
	font-weight: bold;
}

List{
	font-size: 12px;
	left: 20px;
	background-color: #66FF00;
}
