h4 {
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: normal;
	color: #FFFFCC;
	letter-spacing: 0em;
	
}
h5 {
	font-family: Times New Roman, Times, serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: normal;
	color: #FFFFCC;
	letter-spacing: 0em;
	
}
h6 {
	font-family: Times New Roman, Times, serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: normal;
	color: #FFFFCC;
	letter-spacing: 0em;
	
}

p {
	font-family: Times New Roman, Times, serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFCC;
	letter-spacing: 0em;
	line-height: 1.5em;

}
body {
	background-color: #000000;
	}

	
a:link {
	color: #ffffff; text-decoration: none; 
}
a:visited {
	color: #ffffff; text-decoration: none;
}
 a:active {
	color: #ffffff; text-decoration: none;
}
a:hover {
	color: #999966;
	text-decoration: none;
	cursor: hand;
	
}
