body {
	cursor: default;
	background-color: #E6E6E6;
	background-image : url(back.jpg);
	background-repeat : repeat-x;
	background-position : top;
}

div, body,td	{
	font-family: Arial;
	font-size: 16px;
	color: #050043;
	text-align: justify;
}



.head
{
	color: #050043;
	     border-top: 0px;
             border-bottom: 1px;
             border-left: 0px;
             border-right: 0px;
	padding-left: 1px;
	padding-right: 1px;
	line-height: 100%;
	text-align: left;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: normal;
}



A {
	text-decoration: none;
	font-size: 16px;
	cursor: default;
	font-weight: normal;
		color: #050043;

}
 
A:link {
	text-decoration: none;
             border-bottom: 1px solid #000000;
	font-size: 16px;
	font-weight: normal;
		color: #000000;

}

A:visited {
 	text-decoration: none;
             border-bottom: 1px solid #945819;
	font-size: 16px;
	font-weight: normal;
		color: #945819;


}
A:hover {
	text-decoration: none;
		background-color: #050043;
	cursor: default;
	font-size: 16px;
	font-weight: normal;
	color: #E6E6E6;
}
