body {background-color:#0F3173}
h1{font:16px "Arial"; color:black;font-weight:bold;text-align: center}
/*a:link{color:blue;}
a:visited{color:red;}*/
a:link {
	color : blue;
	text-decoration : underline;
}

a:visited {
	color : red;
	text-decoration : underline;
}



a:hover {
	color : #FF0000;
	text-decoration : underline;
}



p{
	font-family : Verdana, Arial, Clean, Helvetica, sans-serif;
	font-size : 12px;
	padding-left : 8px;
        padding-right : 4px;
}

td, tr,ul, ol, li, input, select, dl, dd, dt, blockquote, form {
	font-family : Verdana, Arial, Clean, Helvetica, sans-serif;
	font-size : 12px;
}

li {
margin-bottom: 10px;
}
.big {
	font-family : Verdana, Arial, Clean, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
}

.mail {
	font-style: italic;
}
 
.center {
	text-align : center;
}

.error{
	color : Red;
	font-weight : bold;
	font : 12px Arial,Helvetica,Sans-serif;
}

.footer{
	background : transparent;
	font : 12px Verdana,Arial,Helvetica,Sans-serif;
}
