BODY {
	margin: 0px 0px 0px 0px;
	
}
a {
	color : #0000ff;
	font-size : 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : normal;
	 text-decoration : none;

}

a:hover {
	color: #2255ff;
	font-size : 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : normal;
	 text-decoration : none;
}

a:active {
	color : #000000;
	font-size : 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	 text-decoration : none;
	/*text-decoration : underline;*/
}
.a2 {
	color : #aa0000;
	font-size : 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}
.a2:hover {
	color : #ff0000;
	font-size : 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;

}
.t {background-color:#ABB895;}
.f {color : #ffffff;border-bottom:1px solid red;font-weight : bold;}
