body {
	font-family: "Courier New", Courier, mono;
	background-color: #fff;
	color: #000;
}

a:link {
	text-decoration: none;
	color: #00f;
}
a:visited {
	text-decoration: none;
	color: #0ff;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #fff;
}

a:link.site_menu {
	text-decoration: overline;
	color: #567194;	
}
a:visited.site_menu {
	text-decoration: overline;
	color: #567194;
}
a:hover.site_menu {
	text-decoration: none;
	background-color: #567194;
	color: #0E1225;
}
a:active.site_menu {
	text-decoration: none;
	background-color: #567194;
	color: #0E1225;
}

div.content {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #567194;
	border-left-color: #567194;
	width: 600px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	margin: 20px;
}
