body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #4E78CD;
	background-image: url(../_images/bg-main.jpg);
	background-repeat: no-repeat;

}



a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}


li {
list-style-image:url(../_images/bulletWhite.gif);
color:#2A3E87;
}
