A,a:link,a:visited
{
	color: Black;
	text-decoration: underline;
	font-weight: normal;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}
a:hover
{
	color: Maroon;
	text-decoration:underline;
	font-weight: normal;
	font-size : 11px;
}

div.header{
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
}

div.register{
	color : Gray;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
}

div.bottom{
	color : Gray;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-align : center;
}