body {
	margin:0px;
	background-color:#FFFFCC;
}

a:link, a:active, a:visited, a:hover {
	color:#660000;
}



a.leftmenu:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
	font-variant: normal;
	background-color: #660000;
	text-transform: none;
	text-align: center;
	display: block;
	padding: 5px;
	margin: 2px;
	border-top: thin inset #990000;
	border-right: thin inset #990000;
	border-bottom: thin outset #330000;
	border-left: thin outset #330000;
}
a.leftmenu:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
	font-variant: normal;
	background-color: #660000;
	text-transform: none;
	text-align: center;
	display: block;
	padding: 5px;
	margin: 2px;
	border-top: thin inset #990000;
	border-right: thin inset #990000;
	border-bottom: thin outset #330000;
	border-left: thin outset #330000;

}
a.leftmenu:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #660000;
	text-decoration: none;
	font-weight: bolder;
	font-variant: normal;
	background-color: #FFFFCC;
	text-transform: none;
	text-align: center;
	display: block;
	padding: 5px;
	margin: 2px;
	border-top: thin inset #990000;
	border-right: thin inset #990000;
	border-bottom: thin outset #330000;
	border-left: thin outset #330000;

}
