body
 {background-image: url("images/bg-00.gif");
  background-color: #000000;
  background-position: 16em 2em;
  background-repeat: no-repeat;
  font-family: verdana, helvetica, sans-serif;
  font-size: 80%;
  color: #ffff66;
 }

A 
{ font-weight: bolder;
 }

A:link { text-decoration: none; color: #ff9900; }
A:visited { text-decoration: none; color: #ff9900; }
A:hover { text-decoration: none; color: #ffcc00; }
A:active { text-decoration: none; color: #ffcc00; }



h1,h2,h3,h4 
{ color: #ffcc33; 
 }

h1 
{ font-size: 2em; 
  color: #ff9900; 
  letter-spacing: 0.3em;
 }


p
{ font-size: 1em; 
 }

div.menu
{ 
  float: left; 
  text-align: center;
  margin-left: 9em; 
  text-transform: uppercase; 
  width: 9em; 
  font-stretch: wider; 
 }

div.sample
{ text-transform: lowercase; 
  width: 16em; 
  float: right; 
  margin-left: 1em; 
  margin-bottom: 1em; 
 }

div.content 
{ text-transform: lowercase; 
  margin-top: 4em; 
  margin-left: 18em; 
  width: 36em; 
 }

div.gallery 
{ width: 800px; 
 }

div.footer 
{ text-transform: lowercase; 
  text-align: center;
  margin-top: 100px;
  margin-left: 30em; 
  width: 30em; 
  color: #996600;
  font-size: 0.75em;
 }

div.credit
{ text-transform: lowercase; 
  color: #996600;
  font-size: 0.75em;
  width: 36em; 
 }


img.pointer
{ 
vertical-align: middle;
} 