
BODY{
  
  background-repeat : repeat;
  
  text-align : center;
  
  
  
  padding-left : 0px;
  
  
  text-indent : 0px;
  position : relative;
  margin-top : 30px;
  width : 100%;
  font-size : medium;
  font-family : Verdana;
  font-weight : normal;
  font-color: red;

background-position : center center;
  
  
  color : #313131;
  
  background-color : white;
}
#copy{
  font-weight : bold;
  text-align : center;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  
  
  
  border-top-color : #999900;
  margin-top : 30px;
}
A:HOVER{
  color : yellow;
}

