a:link {
	font-family: Arial;
	text-decoration: none;
	color: black;
	font-size: 15px;
	font-weight: bold;
}
a:hover {
	font-family: Arial;
	color: red;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
a:visited {
	font-family: Arial;
	text-decoration: none;
	color: black;
	font-size: 15px;
	font-weight: bold;
}
.bottommenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.textlight {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 10px;
	font-weight: bold;
}
.content {
	font-family: Arial;
	font-size: 14px;
	color: black;
	top: 0px;
	clip:  rect(0px auto auto auto);
}

