.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336666;
}
.quotetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style:italic;
	color: #336666;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 336666;
}
.navtable td {
	background-color: #e3f1ed;
}


body {
	background-color: #99AEAB;
}
.table {
	border: 1px solid #006666;
}
.backgroundpic {
	background-image: url(../images/background.jpg);
}
a {
	color:#CC6600;
	text-decoration:none;
	font-weight:bold
}
a:hover{
	color:#FF6600;
	text-decoration:underline;
	font-weight:bold
}
a:visited{
	color:#336633;
	font-weight:bold
	}