/* CSS Document */

body {
	background-color: #000000;
	background-image: url(Media/tile.gif);
	background-repeat: repeat;
}
	
h6 {font-family: verdana, arial, helvetica}
h6 {font-size: 14px}
h6 {color: #000000}
h3 {font-family: verdana, arial, helvetica}
h3 {font-size: 12px}
h3 {color: #000000}
p {font-family: verdana, arial, helvetica}
p {font-size: 11px}
p {color: #000000}

a:link {
	text-decoration: none;
	color : #CC0000;
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: normal;
} 
a:active {
	color : #CC0000;
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-weight: bold;
} 
a:visited {
	text-decoration: none;
	color : #0000CC;
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-weight: bold;
} 
a:hover {
	color : #66CC00;
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-weight: bold;
}

.nav a:link {
	text-decoration: none;
	color : #CCCCCC;
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: normal;
} 
.nav a:active {
	color : #CC0000;
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-weight: bold;
} 
.nav a:visited {
	text-decoration: none;
	color : #CC0000;
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-weight: bold;
} 
.nav a:hover {
	color : #66CC00;
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-weight: bold;
}
