body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
	background-image: url(../_images/bg-main1.jpg);
	background-repeat: no-repeat;

}



a:link {
	color: #6699FF;
	text-decoration: none;
}
a:visited {
	color: #6699FF;
	text-decoration: none;
}
a:hover {
	color: #99CCFF;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: underline;
}


li {
list-style-image:url(../_images/arrow-blue.gif);
color:#2A3E87;
}