
/* positioning */
#body { margin: auto; width: 760px; }
#content { padding: 18px; }
#footer { padding: 10px; }

/* backgrounds */
body { background: #ebf6d3 url('images/background.gif'); }
#page { background: white; }
#menu, #menu ul ul { background: url('images/background2.gif'); }

/* menu */
#menu { line-height: 180%; }
#menu li { width: 95px; }
#menu li li { width: 180px; }
#menu a { color: #f2d6e5; }
#menu a:hover { color: #ebf26a; }

/* misc */
#footer { text-align: center; color: #555; font-size: 85%; }
#footer a { font-weight: normal; }

/* html styles */
body {
  font-family: Trebuchet, Helvetica, Arial, sans-serif;
  font-size: 14px; line-height: 150%;
}
a { text-decoration: none; font-weight: bold; color: #ff0099; }
a:hover { color: #339900; }
td, th { padding: 5px; }
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, a { color: #ff0099; }
h1 { font-size: 160%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
