body {
	background-color: #000033;
	color: #FFFFFF;
}
#nav a {
	text-decoration: none;
	font-family: "Comic Sans MS";
	font-size: large;
}
#nav a:visited {
	color: #0000CC;
	text-decoration: none;
}
#nav a:hover {
	color: #FF0000;
}
#nav2 a {
	color: #FFFFFF;
}
.style1 {
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
	text-decoration: underline;
}
#right {
	float: right;
	margin: 10px;
}

