BODY {
	margin: 0px 0px 0px 0px;
}

.alink {
color:blue;
	font-family : Helvetica;
	font-size : 10px;
	text-decoration : none;
}

.alink:hover {
	font-family : Helvetica;
	font-size : 10px;
}
.alink:active {
	font-family : Helvetica;
	font-size : 10px;
	text-decoration : none;	
}


a {
color: Red;
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-decoration : none;
}

a:hover {
	font-size : 14px;
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight : bold;
	text-decoration:none; 
}
a:active {
	font-size : 14px;
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight : normal;	
}
.bus:hover{
font-size : 12px;
	background-color:#0099FF;
	border: solid 2px #006ab0;
	font-weight: bold;
	color:#220000;
	text-decoration: none;
	}
.bus{
font-size : 12px;
	background-color:#FFCC55;
	border: solid 2px #006ab0;
	font-weight: bold;
	color:#333333;
	text-decoration: none;
	}
