BODY { /* Body settings */
  background: #FFFFFF url("images/back.jpg") repeat fixed;
  color: #000000;
  margin: 0;
}

H1 { /* Primary header settings */
  font: bold x-large Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
}

H2 { /* Secondary header settings */
  font : normal 14pt Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
}

P { /* Paragraph settings */
  font: normal 11pt Verdana, Arial, Helvetica, sans-serif;
  text-align: justify;
  color: #000000;
}

P:first-letter {
  font: 16pt Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000000;
}

.rule_m {
  background-image: url(images/rule_middle.gif);
}

.rule_r {
  background-image: url(images/rule_right.gif);
}

.rule_l {
  background-image: url(images/rule_left.gif);
}

.sub_menu_text {
  font : normal 10pt Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
}

.sub_menu_text2 {
  font : bold 10pt Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
}

.quote { /* Quote settings */
  font: italic 10pt Verdana, Arial, Helvetica, sans-serif;
  text-align: justify;
  color: #000000;
}

A:link { /* Unvisited link settings */
  text-decoration: none;
  color: #0514CD;
}

A:visited { /* Visited link settings */
  text-decoration: none;
  color: #0514CD;
}

A:hover { /* Hover link settings */
  text-decoration: none;
  color: red;
}

A:active { /* Active link settings */
  text-decoration: none;
  color: #0514CD;
}