﻿
a:link {
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
	color:navy;
}
a:visited {
	text-decoration:none;
	color:purple;
}
body {
	border: 0px;
	background-color: #D9E9FA;
}
.bigtitle {
	font-family:"Courier New", Courier, monospace;
	font-size: 200%;
	font-weight:bold;
	text-align: center;
	background-color: #E2DCC7;
}
.title2 {
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #D9EAD9;
	font-style:italic;
}
.menu {
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #AABBFF;
	font-style:italic;
}
.cent_table_90 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color:black;
}
.cent_table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 1px;
	background-color:black;
}
.light_indent {
	border: 1px black solid;
	padding: 10px 10px 10px 10px;
	margin-left: 50px;
	background-color:#DDEDEE;
}