html {
/*  height:100%; */
  margin: 0px;
  border: 0px;
  padding: 0px;
}

body { 
/*  height: 95%; */
  width:800px;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 12px;
  color: #555753;
}

p {
}

address {
  font: 50% italic;
  color: #000000;
  border-top:solid thin black;
}

h1 { 
  font-weight: normal;
  font-size: 24px;
  color: #7D775C;
}
h2 { 
  font-weight: normal;
  font-size: 16px;
  color: #7D775C;
}
h3 { 
  font-weight: normal;
  font-size: 14px;
  color: #7D775C;
}

a:link { 
  text-decoration: none; 
  color: #555753;
}
a:visited { 
  text-decoration: none; 
  color: #555753;
}
a:hover, a:active { 
  text-decoration: underline; 
  color: #9685BA;
}

