  body { 
    background-color: #000000;
 color:white;
    }

  a:link { color: #ffffff; text-decoration:none }
  a:visited { color: #eeeeee; text-decoration:none }
  a:hover { color: #DD0000; text-decoration:none }
  a:active { color: #DD0000; text-decoration:none }

img{
  padding:0;
  margin:0;
}
a:link img.pix {border: solid #ffffff 1px}
a:hover img.pix {border: solid #DD0000 1px}
a:active img.pix {border: solid #DD0000 1px}
a:visited img.pix {border: solid #000000 1px}

#content{
  margin-left:20px;
  margin-right:20px;
  font-family: verdana;
  font-size: 12px;
  
}

#menu{
  font-family: verdana; 
  font-size: 20px;
  text-align:left;
  color:yellow;
  width:220px;
  vertical-align:top;
  background:url('menu.jpg') repeat-x;
 
}

#head{
 padding-left:350px;
 font-family: verdana;
 color:white; 
 font-size: 50px;
 height:170px; 
 vertical-align:top; 
 background:url('head.jpg');
 font-style: italic;
}

#bg-r{
  width:760px; 
  vertical-align:top; 
  background:url('repeat.jpg');
}
