a:visited, a:link {
	color: #FFCC00;
	text-decoration: underline;
}

a:hover{
	color: #FFCC00;
	font-weight: normal;
	text-decoration: none;
}

a:active{
	color: #FFCC00;
	text-decoration: none;
}



body{
background-color: #000000;
color: #FFFFFF;

}

h1 {
	color: #FF6600;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: underline;
	text-transform: capitalize;
}

h2 {
	color: #FF6600;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: underline;
	text-transform: capitalize;
}

td, p {
	color: #FFFFFF;
	font: 14px "Times New Roman", Times, serif;
	text-align: justify;
	vertical-align: top;
}
