BODY {
	color : White;
	background-color : #1C3574;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	}
A {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	text-decoration : none;
	font-weight: bold;
}

A:VISITED {
	color : WHITE;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	text-decoration : none;
	font-weight: bold;
}

A:HOVER {
	color : #75C5F0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	text-decoration : none;
	font-weight: bold;
	}
	
A:ACTIVE {
	color : #75C5F0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	text-decoration : none;
	font-weight: bold;
}	

.input
{ 
font-size: 12px; 
border: 1px #1D2745 solid; 
background-color: #75c5f0; 
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
padding: 1px;
}

.input2
{ 
font-size: 12px; 
border: 1px #1D2745 solid; 
background-color: white; 
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
padding: 1px;
}