body, html,
div, img, ul, li, ol, span,
h1, h2, h3, h4, h5, h6,
a, table, td, tr, tbody, thead, tfoot,
object, embed { 
 margin: 0; 
 padding: 0; 
 border: none; 
}

body { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: #333;
}

a {
  color: #000;
  text-decoration: none; 
}

div {
  position: relative;
  zoom: 1;
} 

h1 {
  font-size: 30px;
  color: #dad0be;
}

h4 {
  font-weight: normal;
  color: #000;
  line-height: 1.3em;
  font-style: italic;
}

.invisible { visibility: hidden; }
.hidden { display: none; }
.clear { clear: both; }
.clear-left { clear: left; }
.clear-right { clear: right; }

#page {
  width: 895px;
  height: auto;
  position: relative;
  margin: 0px auto;
}

