img {
	border: none;
}	

#nav {
	color:red;
	font-family: verdana;
	font-weight: bold;
	line-height: 1.8em;
	text-align: center;
}
#nav a, #nav a:visited {
 color:red;
 text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}	
#content {
}