/* style sheet */

BODY {
  BACKGROUND-REPEAT: repeat;
  background-color: #504268;
  font-family : verdana, tahoma, arial;
  color : #000;
  }


h1 {
  color : #330065;
  font-size : 10pt;
  font-weight : normal;
  font-style : normal;
 }

h2 {
  color : #330065;
  font-size : 10pt;
  font-weight : bold;
  font-style : normal;
  }

h3 {
  color : #330065;
  font-size : 10px;
  font-weight : normal;
  font-style : normal;
  text-align: normal;
  }

h4 {
  color : #FFCC33;
  font-size : 10px;
  font-weight : normal;
  font-style : normal;
  text-align: left;
  }

h5 {
  color : #FFCC33;
  font-size : 10px;
  font-weight : normal;
  font-style : normal;
  text-align: center;
  }

h6 {
  color : #330065;
  font-size : 10px;
  font-weight : normal;
  font-style : normal;
  text-align: right;
  }

li {
  color : #330065;
  font-size : 10px;
  font-weight : normal;
  font-style : normal;
  }

.lib {
  color : #330065;
  font-size : 10px;
  font-weight : bold;
  font-style : normal;
  }

A:link {COLOR: #330065; TEXT-DECORATION: none}
A:visited {COLOR: #330065; TEXT-DECORATION: none}
A:hover {COLOR: #330065; TEXT-DECORATION: none}
A:active {COLOR: #330065; TEXT-DECORATION: none; font-weight:bold}
td#footer a:link {color: #cc6600;}
td#footer a:visited {color: #cc6600;}
td#footer a:hover {color: #cc6600;}
td#footer a:active {color: #cc6600;}