body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #000;
	color: #fff;
	background: #000;
}

/* heading Implementation */


h1 {
	font-size: 20px;
	font-weight: bold;
	color: #FF0;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	margin: 0 0 7px 0;
	color: #F90;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 6px 0;
}
p {
	margin: 0 0 22px 0;
	font-size: 12px;
}	
a {
	text-decoration: underline;
	color: white;
	text-shadow: white 0px 0px 15px;
}	
a:hover {
	color: #FF9900;
	text-decoration: none;
}

.bold {
	font-weight: bold;
	font-size: inherit;
}

.bodyText {
	font-size: 12px;
	width:100%;
}

.introText {
	font-size: 14px;
	float: left;
	width:100%;
}



	
