/* CSS Document */
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #FF99CC;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #FF99CC;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #66FFFF;
	text-decoration: underline;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #66FF00;
	text-decoration: none;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #66FF00;
	text-decoration: none;
	background-image: url(http://oocities.com/thefourbabies/images/animal_crossing_background.gif);
}
input, textarea, select {
	border: ridge;
	color: #00FF00;
	background-color: #FFFF00;
}

.important {
	background-color: #FFFF00;
	font-family: "Times New Roman", Times, serif;
	color: #FF0000;
}
.new {
	background-color: #FF0000;
	font-family: "Times New Roman", Times, serif;
	color: #00FF00;
}
.mostviewed {
	background-color: #0000CC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FF0000;
}
