a {
	font-family: Arial, sans-serif;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	color: #990000;
	letter-spacing: 3px;
}
a:link {
			text-decoration: none;
			color: #990000;
}

a:visited {
			text-decoration: none;
			color: #990000;
}

a:visited:hover { color: #FFF; 
}


a:active {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	text-decoration: none;
	color: #FFF;
}

	div#topmenu {
	width: 700px;
	height: 40px;
	background-color: #FFFFFF;
	padding: 15px;
	position: absolute;
	left: 215px;
	top: 0px;
	visibility: visible;
	}

.topmenu{ font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #666666;
	letter-spacing: 4px;
 } 
 
.topmenu:link { 
				color: #666666; 
				text-decoration: none;
}

.topmenu:hover {
				color: #990000;
				text-decoration: none;
}

.topmenu:visited {
			text-decoration: none;
			color: #666666;
}
.topmenu:visited:hover { color: #990000; 
}

.topmenu:active {
	text-decoration: none;
	color: #FFF;
}

	div#menulinks {
	width: 150px;
	height: 150px;
	position: absolute;
	left: 50px;
	top: 100px;
	}
