/* CSS Document */

.blink

 {color: #993300; font-weight: bold; font-family: &quot;Verdana&quot;, Arial, Helvetica, sans serif; }<br />
  a:link {<br />
  color: #993300;<br />
  font-size: 12px;<br />
  text-decoration: none;<br />
  }<br />
  a:visited {<br />
  color: #993300;<br />
  font-size:12px;<br />
  text-decoration: none;<br />
  }<br />
  a:hover {<br />
  color: #FF0000;<br />
  font-size: 12px;<br />
  text-decoration: underline;<br />
  }<br />
  a:active {<br />
  color: #993300;<br />
  font-size: 12px;<br />
  text-decoration: none;<br />
  }<br />
#blink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}
