/* style sheet */

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


h1 {
  color : #952B4F;
  font-size : 14px;
  font-weight : bold;
  font-style : normal;
  text-align: left;
 }

h2 {
  color : #13466E;
  font-size : 12px;
  font-weight : normal;
  font-style : normal;
  }

h3 {
  color : #952B4F;
  font-size : 14px;
  font-weight : normal;
  font-style : normal;
  text-align: center;
  }

h4 {
  color : #13466E;
  font-size : 10px;
  font-weight : normal;
  font-style : normal;
  text-align: center;
  }

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

li {
  color : #13466E;
  font-size : 13px;
  font-weight : normal;
  font-style : normal;
  }

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

.class1 A:link {COLOR: #952B4F; text-decoration: underline;}
.class1 A:visited {COLOR: #952B4F; text-decoration: underline}
.class1 A:active {COLOR: #952B4F; text-decoration: underline}
.class1 A:hover {COLOR: #952B4F; text-decoration: underline;}

.class2 A:link {COLOR: #fff; text-decoration: none}
.class2 A:visited {COLOR: #fff; text-decoration: none}
.class2 A:active {COLOR: #fff; text-decoration: none; FONT-WEIGHT: bold;}
.class2 A:hover {COLOR: #fff; text-decoration: none;}