a:visited {
	text-decoration: none;
	color: #333333;
	
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666666;
	
}

a:active {
	text-decoration: none;
	color: #990000;
	
}

a:hover {
	text-decoration: none;
	color: #000000;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #660000;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}

.style1 {
    font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

.style2 {
    font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

.style3 {
    font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
}

.style6 {
    font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
}