a:link {
	font-weight: bold;
	color: #CCCC00;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #CCCC00;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	color: #CCCC00;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #CCCC00;
	text-decoration: none;
}

.menu {
	padding: 3px;
	border-bottom-style: double;
	border-bottom-color: #FFFF66;
	height:50px;
}