@charset "UTF-8";
/* CSS Document */

body,td,th {
	color:#660000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 25px;
}
.black {
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;
	line-height: 28px;
	}
	
body {
	background-color:#660000;
	}

.footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#CC0000;
	letter-spacing: 2px;
	
}

.white {
	color:#FFFFFF
	}
		
.style1 {
	color:#330000;
	font-weight: bold;
	font-size: 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.style2 {
	color:#FFFFCC;
	letter-spacing: 7px;
}

.heading {
	font-size:17px;
	font-weight:bold;
	color:#000000;
}

.h2 {
	font-size:17px;
	font-weight:bold;
	color:#660000;
}

a {	color:#FFFF99;
}
a:link {
	text-decoration: none;
	color:#FF6633;
}
a:visited {
	text-decoration: none;
	color:#FF3300;
}
a:hover {
	text-decoration: none;
	color:#FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CC3300;
}
