a:hover {
	color: Maroon;
	font-family: Tahoma;
	font-size: 10pt;
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	color: Black;
	font-family: Tahoma;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: Black;
	font-family: Tahoma;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}


body {
	background-image: url(bg.gif);
}

p.auth{
	color: Maroon;
	font-family: Tahoma;
	font-size: 14;
}

h3 {
	font-family: "Times New Roman";
	font-size: 14pt;
	color: Navy;
}

