
HR{
  color: #996666;
  height: 3px;
}
A{
  color : navy;
  text-decoration : none;
  font-size : small;
  font-family : Arial,"Times New Roman";
}
A:HOVER{
  color : lime;
}
A:ACTIVE{
  color : red;
  text-decoration : none;
  background-color : navy;
}
UL{
  list-style-position: outside;
  font-size : large;
  font-family : Arial,"Times New Roman";
  list-style-image : url(../images/list_silver.gif);
  font-weight : bold;
}
BODY{
  font-size : medium;
  background-color : white;
  font-family : Arial,"Times New Roman",Verdana;
  line-height : 30px;
  text-align : justify;
}

