/* CSS by Webware Systems, not to be copied or distributed */
/* http://www.webwaresystems.nl */

/* page background; separated from other page styles to hide it from the online HTML editor */
BODY {
	background-color: #1D709B;
}
a:link, a:active, a:visited {
	color:#FFF;
	text-decoration:underline;
}
a:hover{
	color:#FFF;
	text-decoration:none;
}

