


#c {
	width: 1030px;
	text-align: center;
	align: center;
	margin-left: auto;
	margin-right: auto;
	
	border-top-style:outset;
border-right-style:outset;
border-bottom-style:solid;
border-left-style:outset;
border-color: #909090;
	font-family: Arial, Helvetica, sans-serif;
	
}

#container
{
margin-left: auto; 
margin-right: auto;


} 
body
{

text-align: center;
background-color: #93ACEC;
}


td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	color: #E5E5E5;
}

a {
	text-decoration: underline;
	color:#6B70BD;
}

A:Hover  {
	color : #8D8D8D;
	text-decoration : underline;
}

H3 {
	color: #3D429E;
	font-weight: bold;
	font-size : 20px;
	font-family:Tahoma;
}


