body,td,th {
	color: #333;
	font-size: 16px;
}
body {
	background-color: #CCC;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	font-style: italic;
	font-weight: normal;
	color: #66CC33;
}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #00CC00;
}
.Designer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
.Body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: left;
}

.TopHeader {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0C0;
}

.navBottom {
	font-size: 15px;
}
.navBottom:link {
	color: #000;
	text-decoration: none;
}
a.navBottom:visited {
	color: #000;
	text-decoration: none;
}
a.navBottom:hover {color: white; text-decoration: underline;}
a.navBottom:active {
	color: #000;
} 

a.TopHeader:link {color: #0C0; text-decoration: none; 
}
a.TopHeader:visited {color: #0C0; text-decoration: none;
}
a.TopHeader:hover {color: white; text-decoration: underline;}
a.TopHeader:active {color: #0C0;
} 

a.Footer:link {
	color: #0C0;
	text-decoration: none;
}
a.Footer:visited {
	color: #FFF;
	text-decoration: none;
}
a.Footer:hover {
	color: #FFF;
	text-decoration: underline;
}
a.Footer:active {
	color: #0C0;
} 

a.Body:link {
	color: #0C0;
	text-decoration: none;
	font-weight: bold;
}
a.Body:visited {
	color: #0C0;
	text-decoration: none;
}
a.Body:hover {
	color: #FFF;
	text-decoration: underline;
}
a.Body:active {
	color: #0C0;
	font-weight: bold;
} 

</style>
