/*hs_style*/

#hs  a:link {
	color: #000099;
	text-decoration: none;
}

#hs  a:visited {
	color: #009999;
	text-decoration: none;
}
#hs a:hover {
	color: #996600;
	text-decoration: underline;
}
	/*down_style*/
#down a:link {
	color:#00CCCC;
	text-decoration: none;
}
#down a:visited {
	color:#00CCCC;
	text-decoration: none;
}
#down a:hover {
	color:#CCCC00;
	text-decoration:underline;
}
/* padding_Styles */

#paddin {
padding:10 20 0 10;
}
#paddin2 {
padding:5 5 0 5;

}
/******other2******/
#other2 a:visited{
	color:#000099;
	text-decoration:underline;
	}
#other2 a:hover {
	color:#000099;
	text-decoration:underline;
	}


