.h {
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-transform: uppercase;
	color: #009966;
	text-decoration: none;
}
.h:hover {

	font-family: "Trebuchet MS";
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.t {
	font-family: Tahoma;
	color: #CCCCCC;
	font-size: 10px;
	text-decoration: underline;
}
.copyright {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 9px;
	text-transform: capitalize;
}
.t:hover {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
.t2 {
	font-family: Tahoma;
	color: #CCCCCC;
	font-size: 10px;
	text-transform: uppercase;
}
