
html, body{
  font-family: Tahoma, Arial, Times;
  font-size: 12px;
  color: #5C5A5B;
  margin: 0;
  padding: 0;
  height:100%;
}



a.print, a print:hover{
 float: right;
 height: 20px;
 font-size: 10px;
 color: #D2B943;
 text-decoration: none;
 background: url('design/print.gif') top right no-repeat;
 padding: 3px 18px 0 0;
 }
 
.page{
  width: 600px;
  margin: 0 auto;
}
 
a{color: #5C5A5B; text-decoration: underline;}
a:hover{text-decoration: none;}

h1{
  height: 26px;
  color: #D2B943;
  font-size: 14px;
  background: url('design/h1_bullet.gif') no-repeat;
  padding: 1px 0 0 30px;
  margin: 0;
}

h2{
  color: #D2B943;
  font-size: 12px;
  margin: 0 0 5px 0;
}

h3{
  color: #5C5A5B;
  font-size: 12px;
  margin: 0 0 5px 0;
}

h6{
  color: #5C5A5B;
  font-size: 11px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
