hr.a{
	color : #008BCE;
}
select.b{
	border-color : Green;
	color : Aqua;
}
body.a{
	margin-top : 0;
	margin-left : 0;
	margin-bottom : 0;
	margin-right : 0;
}

#H1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
	color: #FFFFFF;
	text-align: center;
}


a:link, a:visited, a:active 
	{
	text-decoration: underline;
	color: Red;
	font-size : 13pt;
	font-family: Arial;
	font : bold;
}