/* CSS Document */

body { 
  	margin: 0px;
	background-color: #010664;
	
}

h1 {    
font-family: Arial, sans-serif;
font-size: 16px;
color: #0944AE;
text-decoration: none;
font-weight: bold;
}

table{
width: 650px;
background-image: url(images/tablfon.jpg);
vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	color: #042259;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}


#td1{
	width: 170px;
	vertical-align: top;
	text-align: center;
	border-right-color:#042259;
	border-right-style:solid;
	border-right-width: 4px;
}



a{
color: #0080C0;
text-decoration: none;
}
 
a:hover{
background-color: #D1E8F8;
color: #1E90FF;
}


