  body { 
    background-color: #aaaaaa;
 color:black;
    }

  a:link { color: #000000; text-decoration:none }
  a:visited { color: #111111; 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{
  font-size: 50px;
  height:140px;
  text-align: right;
  vertical-align:bottom;
  background:url('head.jpg');
  font-family: verdana;
  font-style: italic;
}

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

.t{
  color:  red;
}
.a{
  color:  orange;
}
.p{
  color:  blue;
}
.e{
  color:  green;
}
.k{
  color:  yellow;
}
