a:link {
   color: #000000;
   }
   
a:visited {
   color: #666666;
   }
   
a:hover {
   color: #800000;
   text-decoration: underline overline; background:#cccccc;
   }
   
a:active {
   color: #003300;
   text-decoration: underline overline; background:#ffffff;
   }

.alert {
	font: 12px/12px Verdana, Trebuchet MS, Geneva, sans-serif;
	color: #800000;
	font-weight: bold;
	}

label { cursor:hand; }

.vsmall {
	font: 9px/10px Verdana, Trebuchet MS, Geneva, sans-serif;
	color: #999999;
	font-weight: normal;
	}

