A:link {
	color: Black;
	text-decoration: none;
	font-weight : bold;
}
A:visited {
	color: Black;
	text-decoration: none;
	font-weight : bold;
}
A:active {
	color: Black;
	text-decoration: none;
	font-weight : bold;
}
A:hover {
	color: Red;
	text-decoration: none;
	font-weight : bold;
}
BODY {
	color: Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	background-color : #DCDCDC;
	background-image : url(images/topbackground.jpg);
	background-position : top,left;
	background-repeat : no-repeat;
	background-attachment : fixed;
}
P,TABLE,TR,TD {
	color: Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
}

