A:LINK{
  color:#4472C4;
  text-decoration:none;
}
A:VISITED{
  color:#4B5E7F;
  text-decoration:none;
}
A:ACTIVE{
  color:#3679F1;
  text-decoration : none;
}
A:HOVER{
  color :#3679F1;
  text-decoration : none;
  position:relative;
  left:1px;
}
BODY{
  font-size : 10px;
  color : #031646;
  background-color : #ffffff;
  background-image : url(images/sq-bck.gif);
  background-repeat : no-repeat;
  background-attachment : fixed;
  background-position : 0% 100%;
  scrollbar-face-color: #000000;
  scrollbar-highlight-color: #CCCCCC;
  scrollbar-shadow-color: #CCCCCC;
  scrollbar-3dlight-color: #000000;
  scrollbar-arrow-color: #CCCCCC;
  scrollbar-track-color: #000000;
  scrollbar-darkshadow-color: #000000;
}
TD{
  font-size : 10px;
  color : #031646;
}