
body {
	margin-top: 5px;
	margin-left: 5px;
	background-color: #000000;
	}

a:link {
	color: #000000;
	font-family: courier;
	font-size: 10px ;
	text-decoration: none;
	}
	
a:hover {
	color: #000000;
	font-family: courier;
	font-size: 10px;
	text-decoration: underline;
	}
		
a:active {
	color: #000000;
	font-family: courier;
	font-size: 10x;
	text-decoration: none;
	}
	
a:visited {
	color: #000000;
	font-family: courier;
	font-size: 10px;
	text-decoration: none;
	}

.head1Text {
	font-family: courier;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: bold;
	}

.head2Text {
	font-family: courier;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: bold;
	}

.head3Text {
	font-family: courier;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	}

.bodyText {
	font-family: courier;
	font-size: 11px;
	color: #FFFFFF;
	}
	
.navText {
	font-family: courier;
	font-size: 11px;
	color: #000000;
	}
	
.address {
	font-family: courier;
	font-size: 11px;
	color: #000000;
	}


.copyright {
	font-family: courier;
	font-size: 10px;
	color: #666666;
	}
