body {
  margin : 0;
  padding : 0;
  font-family : verdana, arial, helvetica, sans-serif;
  color : #f6c859;
  background : #000000 url("../images/back.jpg") no-repeat;
}

p {
  color : #f6c859;
}

a {
  color : #ffb400;
  font : small-caps 600 20px Times New Roman, Times, serif;
  text-decoration : none;
}

a:link {
  color : #f6c859;
}

a:visited {
  color : #f6c859;
}

/*a:hover {background:url("../images/menuback.gif") transparent no-repeat;}*/
a:hover {
  color : #ffd86e;
  font-style : oblique;
  font-weight : bolder;
}

#Content {
  position : absolute;
  width : 600px;
  left : 250px;
  top : 17px;
  background : transparent;
}

.small {
  font-style : italic;
  font-weight : inherit;
  font-size : 14px;
}

#Menu {
  position : absolute;
  top : 140px;
  left : 20px;
  padding : 10px;
  background : transparent;
  width : 160px;
  text-align : center;
  text-decoration : none;
  font-variant : small-caps;
  font-family : Times New Roman, Times, serif;
  color : #f6c859;
}
