/* CSS Document */
<STYLE TYPE="text/css">
<!--
A:link 	  {
          color: blue;
          text-decoration: none;
      	  }
A:visited {
          color: blue;
          text-decoration: none;
          }
A:hover {
          color: black;
          text-decoration: underline;
          }

A:link.exlink 	{
          		color: blue;
          		text-decoration: underline;
      	  	}
A:visited.exlink	{
          		color: black;
          		text-decoration: underline;
          		}
A:hover.exlink	{
          		color: black;
          		text-decoration: underline;
          		}
.style4 {
	font-family: "Comic Sans MS";
	font-size: 10px;
}
.style5 {
	font-size: 12px;
	font-weight: bold;
}
.style6 {font-size: 12px}
.style7 {font-family: "Comic Sans MS"; font-size: 12px; }

.dropStyle {
color: blue;
background-color: black;
font-family : Arial, Helvetica, sans-serif;
font-size : xx-small;
}
-->
</STYLE>
