
body{
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #FF9933;

  background-color:#000000;
  text-decoration:none;
  font-size:12pt;
  font-family: Times New Roman, Times, serif;
  color:#FFCC33;
}

a:link
{

  text-decoration:underline;
  text-align:center;
  color:#FF9933;
}

a:visited
{
  text-decoration:underline;
  color:#FF9933;
}

a:hover
{
  text-decoration:underline;
  color:#FFFF66;
}

a:active
{
  text-decoration:underline;
  color:#FFFF66;
}

h1 {
  color: #FF9933; 
  font-size: 30pt; 
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
}

h2 {
  color: #FF9933; 
  font-size: 14pt; 
  font-weight: bolder;
  margin-top: 0px;
  margin-bottom: 0px;
}

select {
	background-color : #000000;
	border-color: #333333 #555555 #555555 #333333;	
	color : #ff9933;
}

input {
	background-color : #000000;	
	border-color: #333333 #555555 #555555 #333333;	
	color : #ff9933;
}

textarea {
	background-color : #000000;	
	border-color: #333333 #555555 #555555 #333333;	
	color : #ff9933;
}


