body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	background-color:#ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color:#990033;
	
	text-decoration:none;
}
a:hover {
	color:#990066;
	
	text-decoration:none;
	
}
a:visited { 
	color: #990033;
	text-decoration:none;
	
}
a:active { 
	color: #990033;
	text-decoration:none;
}
