/* stylesheet.css */

body{
	background-color:#FCFCFC;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 1.5  em;
}
a:link {
	color: #17315B;
	text-decoration: none;
}
a:visited {
	color: #202245;
	text-decoration: none;
	}
a:hover {
	color: #3BB54A;
	text-decoration: none;


}