/* Global Styles */

body {
	margin:0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 12px;
	}
a {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover {
	color: #FF6600;
	text-decoration:none;
	}
	
/* ID Styles */
	
#text {
	position:absolute;
	left:100px;
	top:150px;
	width:1000px;
	height:75px;
}
h1 {
	font-size: 14px;
	color: #FFFFFF; 
}
h2 {
	font-size: 14px;
	color: #FFFFFF; 
}
h3 {
	font-size: 14px;
	color: #FFFFFF; 
}
