a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #330033;
	background-color: #999999;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	background-color: #999999;
	font-size: larger;

}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	background-color: #999999;
	cursor: hand;
	font-size: smaller;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #800040;
	cursor: crosshair;
	font-size: smaller;

}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
}

