@charset "utf-8";
/* CSS Document */

body{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #010201;
	
	color: #333333;
	
	}
	

a:link{
	color: #FFFFCC;
	font-family: "Times New Roman", Times, serif;
	text-decoration:none;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	}
	
a:visited{
	color: #FFFFCC;
	font-family: "Times New Roman", Times, serif;
	text-decoration:none;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	}	
	
a:active{
	color: #FFFFCC;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	}	
	
a:hover{
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	}
	
p{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	padding: 0px;
	}					
