/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	margin: 20px;
	background-color: #000000;
}



	a  {
	color:#ffffff;
	text-decoration: none;
		font-size: 12px;
		font-weight:bold;
		font-family:Georgia, "Times New Roman", Times, serif;
		letter-spacing:2px;
	}
	
		
	a:hover  {
	color:#000000;
	}
	
	a.down  {
	color:#000000;
	}
	
	.subheading {
	font-size:15px;
	color: #ff6600;
	line-height:23px;
	font-weight:bold;
	letter-spacing:2px;
	}

	.text {
	font-size:13px;
	color: #ffffff;
	line-height:18px;
	font-weight:normal;
	letter-spacing:normal;
	}

#links a {
	color: #ff6600;
	font-weight:bold;
	text-decoration:underline;
		letter-spacing:normal;
	}
	
#links a:hover {
	color: #cccccc;
	font-weight:bold;
	text-decoration:underline;
		letter-spacing:normal;
	}
	
	#contact a {
	color: #ff6600;
	font-weight:normal;
	text-decoration:underline;
	letter-spacing:normal;
	}
	
#contact a:hover {
	color: #cccccc;
		font-weight:normal;
	text-decoration:underline;
		letter-spacing:normal;
	}

	
	.heading {
	font-size:15px;
	color: #ffffff;
	line-height:23px;
	font-weight:bold;
	letter-spacing:2px;
	}


	


.copyright {
	font-size:13px;
	color: #ffffff;
	padding-left:10px;
	}


