A:link { text-decoration: none; color:#FFFFFF; }
A:visited { text-decoration: none; color:#FFFFFF; }
A:hover { text-decoration: underline; color:#000000; }

body 
{ background: #000000; 
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Sans-serif;
  font-size: 80%;
  color: #FFFFFF;
}


#top
{ height: 200px;
  width: 100%;
}


#middle
{ height: 50px;
  width: 100%;
  background: #FFFFFF;
  text-align:right;
}

#bottom 
{ width: 100%;
}


