/* CSS Document */

body {
	background-image : url(img/main_bg0.jpg);
	background-repeat : repeat-x;
	background-color : #000000;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

a:link {color:#FFFFFF; text-decoration:underline; font-weight:700;}
a:visited {color:#9900FF; text-decoration:none; font-weight:700;}
a:hover {color:#FF0000; font-weight:700;}
a:active {color:#0000FF; text-decoration:none; font-weight:700;}


p {font-family:Verdana, Tahoma; font-size:12px; font-weight:700;}



