
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

body, div, p, h1, h2, h3, h4, h5, h6, th, td, li, ul, ol, dl, input {
	font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;
}


a:link		{
	color: #2A2A8A;
	font-weight: bold;
	text-decoration: none; }	
a:visited	{ 
	color: #505050;
	font-weight: bold;
	text-decoration: none; }
a:active	{
	color: #2A2A8A;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
	
p {
	font-size: 80%;
}

.headline{
	background-color: #301C8C;
	color : White;
	font-size : 25px;
	letter-spacing : 2px;
	padding: 5px;
	margin-left: 30px;
	margin-right: 30px;
}

.smal { font-size: 65%; }

