/* CSS Document */

body {
	background-color: #6D7D9B;
}

.style1 {color: #6F69A3; font-size: small;}



<!-------------------------------------------------------------- Tips Links --->

a.tips:link {
	color: #6F69A3;
	text-decoration: underline; font-size: small;
}
a.tips:visited {
	text-decoration: none;
	color: #6F69A3;font-size: small;
}
a.tips:hover {
	text-decoration: none;
	color: #565184; font-size: small;
}
a.tips:active {
	text-decoration: none;
	color: #565184; font-size: small;
}


