h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: larger;
	font-weight: bold;
	color: #FF0000;
}
#nav {
	background-color: #00FF00;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #663300;
	border-bottom-color: #663300;
	text-align: center;
}
body {
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFCC;
}
.one {
	font-family: "Times New Roman", Times, serif;
	color: #00FFFF;
}
#nav a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
