/* style sheet */

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


h1 {
  color : #330065;
  font-size : 12px;
  font-weight : normal;
  font-style : normal;
 }

h2 {
  color : #330065;
  font-size : 12px;
  font-weight : bold;
  font-style : normal;
  }

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

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

h5 {
  color : #330065;
  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: #4a418b; TEXT-DECORATION: none}
A:visited {COLOR: #4a418b; TEXT-DECORATION: none}
A:hover {COLOR: #999999; TEXT-DECORATION: none}
A:active {COLOR: #4a418b; TEXT-DECORATION: none}