html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, img {
  margin: 0;
  padding: 0;
  border: 0;
}


/* Layout **********************/

body {
/*
  background: #FBF2D2;
*/
}

/* Fonts **********************/

* { font-size: 100.1%; }

body {
  font: 0.8em arial, sans-serif;
}

body, td, th {
  font-family: arial, sans-serif;
}

h1 {
  font-weight: bold;
  font-size: 130%;
}

h2 {
  font-weight: normal;
  font-size: 1.5em;
}


.bold {
  font-weight: normal;
  font-size: 129%;
}

/* Colors **********************/

body {
  color: #404040;
}

a {
  color: #000;
}

a:hover {
  color: #C70E17;
  text-decoration: none;
} 


h1 {
  color: #FEF8D2;
}

h2 {
  color: #5A3C2F;
}


.p {
  font-size: 1.2em;
  color: #5A3C2F;
  text-decoration: none;
  border-bottom:2px solid #B08055;
}




/* Misc **********************/

div.top-menu h1 {
  display:inline;
}

div.sub-menu {
  margin-left:30px;
  margin-bottom: 10px;
}
div.sub-menu a {
  color: #FEF8D2;
  text-decoration: none;
}

div.sub-menu a:hover {
  color: #FEF8D2;
  text-decoration: underline;
}


div.sub-menu a.underline {
  text-decoration: underline;
}

.title {
  margin-bottom:15px;
}

.a {
  color: #FEF8D2;
}
