.diveMenu {
	position: fixed; 
	top: 8px; 
	left: 8px;
}

a:link {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #000080;
}
a:visited {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #551A8B;
}
a:hover {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #f00;
}
a:active {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #551A8B;
}
