a:hover {
	color: Maroon;
	font-family: Arial;
	font-size: 12pt;
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	color: Black;
	font-family: Arial;
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: Black;
	font-family: Arial;
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
}


body {
	background-image: url(bg.gif);
}

