BODY { 
  margin: 0px;
  background: #000000;
  color: #FFFFFF;
}

A:link { 
  color: #FFFFFF;
  text-decoration: none;
} 

A:visited { 
  color: #FFFFFF;
  text-decoration: none;
} 

A:hover {
  color: #FFFFFF;
  text-decoration: none;
}

P { 
  color: #FFFFFF
  font-family: Arial, Sans-serif;
  font-size: small;
  text-align: justify;
  clear: left;
}      

.copy { 
  font-family: "Times New Roman", Serif;
  font-size: small;
  color: #FFFFFF;
  text-align: center;
} 

.img { 
  clear: left;
  float: left;
} 

.newsitem { 
  margin-left: 50px;
  margin-right: 50px;
  width:85%;
} 

H1 {
  font-family: Arial, Sans-serif;
  font-size: xx-large;
  color: #FFFFFF;
}


H2 {
  font-family: Arial, Sans-serif;
  font-size: medium;
  color: #FFFFFF;
}

H3 {
  font-family: Arial, Sans-serif;
  font-size: medium;
  color: #FFFFFF;
}

OL { 
  font-family: Arial, Sans-serif;
  font-size: small;
  color: #D0D0D0;
} 

UL { 
  font-family: Arial, Sans-serif;
  font-size: small;
  color: #D0D0D0;
} 

