BODY {
	background-color : #003300;
	font-family : Arial, sans-serif;
	font-size : 14px;
	text-align : left;
}
table {
background-color : white;
border-color : #00CC00;
}
A {
	color : #638c51;
}
a:link {
	color: #638c51;
}
a:visited {
	color: #638c51;
}
a:hover {
	color: #332572;
}
a:active {
	color: #638c51;
}
h1{
	font-size: 20px;
	font-weight : bold;
	color : #332672;
	text-indent : 10px;
	line-height: 35px;
}
h2{
	font-size: 18px;
	font-weight : bold;
	color : #716fad;
}
h3{
	font-size: 16px;
	font-weight : bold;
}
p{
	font-size : 14px;
	line-height : 20px;
	padding : 10px;
}
.footer {
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
}
.menu {
	font-size:15px;
	text-align:center;
	border-bottom-color : #c1e6ff;
	border-left-color : #A9A9A9;
}
.menu A {
	color : Black;
	text-decoration : none;
	display: block;
}
.menu a:link {
	color: black;
}
.menu a:hover {
	color: black;
	background-color : #CBF2FF;
}
