body {
	background-color: #003366;
}

.text {
	color: #949494;
	font: normal normal normal x-small/normal "MS Serif", "New York", serif;
}

a.text {
	color: #B8B8B8;
	font: normal normal bold x-small/normal "MS Serif", "New York", serif;
	text-decoration: none;
}

a:hover.text {
	color: #FEFF00;
	font: normal normal bold x-small/normal "MS Serif", "New York", serif;
	text-decoration: none;
}

.credits {
	color: #949494;
	font: normal normal normal xx-small/normal "MS Serif", "New York", serif;
}

a.credits {
	color: #B8B8B8;
	font: normal normal bold xx-small/normal "MS Serif", "New York", serif;
	text-decoration: none;
}

a:hover.credits {
	color: #FEFF00;
	font: normal normal bold xx-small/normal "MS Serif", "New York", serif;
	text-decoration: none;
}

input {
	background-color: #B8B8B8;
	color: #003366;
	font: normal normal normal x-small/normal "MS Serif", "New York", serif;
}

textarea {
	background-color: #B8B8B8;
	color: #003366;
	font: normal normal normal x-small/normal "MS Serif", "New York", serif;
}