a:link {
     text-decoration:none;
	color:#999999;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
     background-color: transparent;
     }

a:visited {
     text-decoration:none;
	color:#999999;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
     background-color: transparent;
     }

a:hover {
     color: #555555;
     text-decoration: none;
     }

a:active {
     color: #555555;
     background-color: transparent;
     }



a.special:link {
	font-weight: normal;
     color: #00f;
     background-color: transparent;
     }

a.special:visited {
     color: #00e;
	 font-weight: normal;
     background-color: transparent;
     }

a.special:hover {
     color: #fff;
	 font-weight: normal;
     background-color: #00f;
     text-decoration: none;
     }

a.special:active {
     color: #00f;
	 font-weight: normal;
     background-color: transparent;
     }
	 

	 
	 
a.bigblue:link {
	font-weight: normal;
	font-size: 16px;
     color: #00f;
     background-color: transparent;
     }

a.bigblue:visited {
     color: #00e;
	 font-weight: normal;
	 font-size: 16px;
     background-color: transparent;
     }

a.bigblue:hover {
     color: #fff;
	 font-weight: normal;
	  font-size: 16px;
     background-color: #00f;
     text-decoration: none;
     }

a.bigblue:active {
     color: #00f;
	 font-weight: normal;
	  font-size: 16px;
     background-color: transparent;
     }

