.graphics {
	font-family: Arial, Helvetica, sans-serif;
	height: 4000px;
	width: 2000px;
	background-image: url(background.gif);
	top: 0px;
	font-size: 12px;
}
.graphics2 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #FF0000;
	font-size: 12px;
}
.graphics4 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
	color: #FFFFFF;
	font-size: 12px;
}
.graphics3 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFF00;
	color: #000000;
	text-transform: none;
	font-size: 12px;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00FFFF;
}
a:hover {
	text-decoration: none;
	color: #FF0099;
	background-color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #00FFFF;
}
