﻿.abhi
{
text-decoration:none;
font-weight:normal;
font-style:normal;
color:#003366;
font-family:Book Antiqua;
}
A.abhi:visited{color:#003366;background-color:Transparent;font-family:Book Antiqua;} /*#616161; 003366*/
A.abhi:hover
{
	color:White;
	font-weight:800;
	background-color:Black;
	font-family:Book Antiqua;
}

.abhi2
{
	font-weight:normal;
	font-style:normal;	
}
A.abhi2:visited{color:White;}
A.abhi2:hover
{
	color: #E8FFFF;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: blink;
}

.abhi3
{
	font-size:large; font-style:italic;
	color:#BB943B
}
A.abhi3:visited{color:#BB943B;}
A.abhi3:hover
{
	color: Maroon;
	font-weight: bolder;
	text-decoration: blink;
}

.abhi4
{
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
	background-color:WindowText;
	color:White;
}
A.abhi4:visited{color:White;background-color:WindowText}
A.abhi4:hover
{
	color:Lime;
	font-weight: bolder;
	text-decoration: blink;
	background-color:Black;
}