body, p, div {
	font-family: arial;
	color: #999999;
	font-weight:normal;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}

a:link {
	color: #999999;
	text-decoration: none;
	font: normal 11px Arial;
}
a:visited {
	color: #999999;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font: normal 11px Arial;
}
a:active {
	color: #999999;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}
body {
	background-image: url();
	background-color: #000;
}

.bigger {
	color: yellow;
	font: normal normal 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.bigger:link {
	color: red;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}
.bigger:visited {
	color: yellow;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}
.bigger:hover {
	color: yellow;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}
.bigger:active {
	color: yellow;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}

.biggerwhite {
	color: white;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}

.evenbigger {
	color: yellow;
	font: normal normal 18px "Lucida Grande", Lucida, Verdana, sans-serif;
}