body {
     BACKGROUND: #004a97 url(../../images/body.png);
     background-repeat: repeat-x;
}

A:link	{
color: orange;
font-style:normal;
text-decoration:none;
cursor:hand;
font-variant:normal;
text-transform:normal;
	}
A:hover	{
color: white;
font-style:normal;
text-decoration:none;
cursor:hand;
font-variant:normal;
text-transform:uppercase;
	}
A:active {
font-style:normal;
text-decoration:none;
cursor:hand;
font-variant:normal;
text-transform:normal;
	}
A:visited {
color: white;
font-style:normal;
text-decoration:none;
cursor:hand;
font-variant:normal;
text-transform:normal;
     }





