body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
p {
	font-size: 10pt;
	color: #ffcc66;
	text-align: justify;
}
h1 {
	color: #ffcc66;
	text-align: center;
	font-size: 24px;
}
h2 {
	color: #990000;
	text-align: center;
	font-size: 18px;
}
h3 {
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	color: #ffcc33;
	line-height: 35px;
	text-align: center;
}
h4 {
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	color: #ff9933;
	text-align: center;
	line-height: 25px;
}
h5 {
  	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	color: #ff9933;
	line-height: 25px;
}
h6 {
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #ffcc66;
	text-align: center;
	line-height: 25px;
}
a {
  color: #ffcc99;
  text-decoration: none;
}
a:visited {
	color: #FF6633;
}
a:active {
  color: #ff9999;
}
a:hover {
	color: #FFFFCC;
}
li {
	font-size: 12pt;
	font-weight: bold;
	color: #FF9933;
}
hr {
  background-color: #ffcc66;
  height: 4px;
}

