<style>
<!--
a:link {color: red}     /* unvisited link */
a:visited {color: red}  /* visited link */
a:hover {color: #ffffff;text-decoration:none;/*border: 1px solid red;*/background-color:401c18;}   /* mouse over link */
a:active {color: red}   /* selected link */
a{
   text-decoration : none
}

html{
   background-color: white;
   padding: 0;
   margin: 0;
}
body{
   padding: 0 5% 0 6%; 
   margin: 0 0 0 0; 
   border-color: #0D161F ;
   border-width: 0 2px 0 2px;
   border-style: solid; 
   font-family: "Trebuchet MS",verdana, "Times New Roman";
   /*font-size: x-small;*/
    font: 100.01% "Trebuchet MS",Verdana,Arial,sans-serif
   color: #000000;
   width: 780px;
      background-color:#708090;
}

#loading {

	width: 200px;

	height: 100px;

	background-color: #0099FF;

	position: absolute;

	left: 50%;

	top: 50%;

	margin-top: -50px;

	margin-left: -100px;

	text-align: Left;

}

h3{
border-bottom : 2px solid #111111;
color:#666666;
font-family: Arial,Verdana, "Times New Roman";
}

#mainpage
{
	padding : 0px 10px 0px 10px;
}
-->

</style>



