Next, the style sheet includes rules to specify how the formatting changes with the states of the hypertext (a) tag. These rules are contextual and only affect anchor tags within the .button class. The default link state is unchanged; the hover state is bolder white text on a blue background; and the visited state is light gray text on a dark gray background. 

.button a:link {
    text-decoration : none;
    color : White;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F69d1f;
	text-decoration: none;
	background-color: #FFFFFF;

}
a:active {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.top {
	background-image: url(../images/home%20page_r1_c1.jpg);
	background-repeat: no-repeat;
}
.bodtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background-color: #FFFFFF;
}
.topav {
}
.topaboutus {
	background-repeat: no-repeat;
	background-image: url(../images/about_us.jpg);

}
.active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3471B0;
}
.topcontact {

	background-image: url(../images/contact1_01.jpg);
	background-repeat: no-repeat;
}
contact:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F69D1F;
	text-decoration: none;
}
.contactlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F69D1F;
	text-decoration: none;
}
.bodtextblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3471B0;
}
.bodtextorangebkg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #F69D1F;
	font-weight: normal;
	padding-right: 3px;
	padding-left: 3px;
}
.pricesfrom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F99D1C;
}
.balaialink {
	text-decoration: none;
}
.bodtextnew {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	background-color: #3572B1;
	color: #FFFFFF;
	font-weight: normal;


}
.topPopUP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.bodidentwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 22px;
}
