body {
	background-color: #006699;
}
#top {
	background-image: url(logo.jpg);
	height: 180px;
	background-repeat: no-repeat;
	background-position: center top;
}
#top a {
	text-decoration: none;
	font-family: "Comic Sans MS";
	color: #0000CC;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
}
#content a:hover {
	font-style: italic;
	color: #000000;
}

#content a {
	text-decoration: none;
	color: #000099;
}

#top a:hover {
	font-style: oblique;
	color: #000000;
}
#content {
	background-color: #CCCCCC;
	font-size: 14px;
}
#content #right {
	float: right;
	padding-left: 10px;
	padding-top: 20px;
}

