H1 {
	color: #ff9900;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 25px;
	font-weight: bold;
	display: inline;
}

H2 {
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	display: inline;
}

BODY {
	color: #dedede;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	display: block;
	background-color: #000000;
}

a:link {
  color: #cccccc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  display: inline;
}

a:hover{
  color: #ff9900;
}

a:visited{
  color: #ffcc00;
}

