.section {
	color: #666;
	font-style: italic;
	font-weight: normal;
	margin: 6px 0;
}

.section a:link, .section a:visited, .section a:hover {
	font-weight: bold;
	font-style: normal;
}
.section a:link, .section a:visited {
	color: #06C;
	text-decoration: none;
}
.section a:hover {
	color: #F00;
	text-decoration: underline;
}
#menu {
	border-bottom: none;
}

#menu p {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 3px;
}
#menu p a {
	color: #06C;
	text-decoration: none;
}
#menu p a:hover {
	color: #F00;
	text-decoration: none;
}
