body {
	margin: 0px;
	text-align: center;
	font-family: ;
	font-size: 12px;
	color: #3B77AB;
}
body form{
	margin:0 auto;
	width: 800px;
}
a:link {
	color: #3B77AB;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3B77AB;
}
a:hover {
	text-decoration: underline;
	color: #DF5703;
}
a:active {
	text-decoration: none;
	color: #3B77AB;
}
.STYLE1 {color: #FF0000}
.STYLE1 a:link {
	color: #FF0000;
	text-decoration: none;
}
.STYLE1 a:visited {
	text-decoration: none;
	color: #FF0000;
}
.STYLE1 a:hover {
	text-decoration: underline;
	color: #EA0000;
}
.STYLE1 a:active {
	text-decoration: none;
	color: #FF0000;
}
