.style2 {color: #FF0000}
a:link {
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.style3 {color: #FF0000; font-size: 12px; }
.mystyle{
color: #FF0000;
font-size:18px;
font-weight:bold;
}.gads {
	float: right;
	width: 100px;
	position: relative;
	z-index: 50;
	top: 270px;
	left: 991px;
}

