/* CSS Document */

body {
	background-color: #5B8259;
}


.style1 {color: #64B44B; font-size: small;}


<!-------------------------------------------------------------- Tips Links --->

a.tips:link {
	color: #64B44B;
	text-decoration: underline; font-size: small;
}
a.tips:visited {
	text-decoration: none;
	color: #64B44B; font-size: small;
}
a.tips:hover {
	text-decoration: none;
	color: #4E8A39; font-size: small;
}
a.tips:active {
	text-decoration: none;
	color: #4E8A39; font-size: small;
}


