span.css_small_txt {	color : Black;
			font-family : Verdana, Tahoma, Arial, sans-serif;
			font-size : xx-small;
}
span.css_body {	color : Black;
		font-family : Verdana, Tahoma, Arial, sans-serif;
		font-size : 1.3em;
}
span.css_medium_txt {	color : Black;
			font-family : Verdana, Tahoma, Arial, sans-serif;
			font-size : small;
}
span.css_title {	color : Black;
			font-family : Trebuchet MS, Verdana, Tahoma, Arial, sans-serif;
			font-size : medium;
}

a {  	color: #0870C0;
	 text-decoration: none
}
a:hover { 	color: #666666;
	 	text-decoration: underline
}