body {
	padding: 0;
	background: url(stars.gif);
	font-family: Georgia,"Times New Roman";
	font-size: 12px;
	background-color: Black;
	margin-top: 40;
	padding-bottom: 40;
}
  
  a:link  {
	color: Maroon;
	text-decoration: underline;
	font-weight: bold;
}
  
  a:visited  {
  	text-decoration : ubderline;
  	color : black;
  }
  
  a:hover  {
	text-decoration: none;
	background-color: Maroon;
	color: white;
}
  
  a:active  {
  	text-decoration : none;
  	color : #800040;
  }
  
H1 {

	font-size: 22px;
	color: Maroon;
}

  h2  {
	color: #8B0000;
	font-size: 17px;
}

H3 {
	font-size: 15px;
	color: black;
}
H4 {
	font-size: 11px;
	color: #640000;
	text-align: right;
}


#top {
display:none;
}
