/* CSS Document */

body {
	background-color: #336633;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
}

table {
	font-size:11px;
}

h5 {
color: #006600;
}

A:hover {
	color: #CCFFCC;
	text-decoration: underline;
}

A:visited {
	color: #CCFFCC;
	text-decoration: underline;
}

A:link {
	color: #CCFFCC;
	text-decoration: underline;
}

.footer {
	font-size: 9px;
	color: #CCFFCC;
}

.testimonials {
color: #CCFFCC;
font-style:italic;
}


