body {
	text-align: center;
	background-image: url(back.jpg);
}
#nav {
	background-image: url(navback.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
}
#nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
#nav a:visited {
	color: #000000;
}
#nav a:hover {
	color: #FF0000;
}#content {
	width: 500px;
	background-image: url(contentback.jpg);
	padding: 5px;
	color: #FFFFFF;
}
#content a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: underline;
	color: #00FFFF;
}
#content a:visited {
	color: #000000;
}
#content a:hover {
	color: #FF0000;

