/***********************/
/* HTML tag formatting */
/***********************/

BODY {
  font-family : Arial, Verdana, sans-serif;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 10pt;
  color: black;
  background: white;
  border: 0;
  margin: 30px;
  padding: 0;
}
TABLE {
  border: 0;
  border-color : red;
  margin: 0;
  padding: 0;
}
TH, TD {
  text-align: left;
  vertical-align: top;
  color: black;
  background: white;
  border-width : 0;
  border-style : solid;
  border-color : black;
  margin: 0;
  padding: 0;
}
TR {
  text-align: left;
}
IMG {
  border-width : 0;
  border-style : solid;
  border-color : inherit;
  margin: 0;
  padding: 5px;
  
}
H1, H2, H3, P, UL, OL, LI {
  font-weight: normal;
  font-style: normal;
}
H1 {
  font-size : 18pt;
  font-weight: bold;
  font-family : Courier;
}
H2 {
  font-size : 14pt;
}
H3 {
  font-size : 12pt;
}
P {
  font-size : 10pt;
}
UL, OL, LI {
  font-size : 10pt;
}
b {
  font-weight: bold;
}
i {
  font-style: italic;
}
a:link, a:hover, a:active, a:visited {
  text-decoration: underline;
  background: white;
}
a:link {
  color: navy;
}
a:hover {
  color: red;
}
a:active {
  color: white;
}
a:visited {
  color: purple;
}




/********************/
/* General settings */
/********************/

IMG.header {
  border-width : 0;
  border-style : solid;
  border-color : black;
  margin: 0;
  padding: 0;
}
IMG.bullet {
  border-width : 0;
  border-style : solid;
  border-color : inherit;
  margin-right: 5px;
  padding: 0;
}
.header {
  border : 2px;
  border-color : #999999;
  margin: 0;
  padding: 0;
}
.menu {
  border : 0;
  border-right: 2px;
  border-style: dotted;
  border-color: #999999;
  margin: 0;
  padding-top: 80px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 15px;
}
.main {
  border: 0;
  border-color : yellow;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
a.menuitem:link, a.menuitem:hover, a.menuitem:active, a.menuitem:visited {
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-family : Courier;
  color: black;
  background: white;
  font-size: 12pt;
}
