body,td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
}
.text2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
}
a:link {
	color: Blue;
	text-decoration: underline;
}
a:visited {
	color: Blue;
	text-decoration: underline;
}
a:hover {
	color: Red;
	text-decoration: underline;
}
H1 {
	font-weight: bold;
	font-family: "Trebuchet MS", "Lucida Grande";
	font-size: 17px;
	color: Red;
}
H2 {
	font-weight: bolder;
	font-family: "Trebuchet MS", "Lucida Grande";
	font-size: 15px;
	color: Blue;
}
.link2 a:link {
	font-family: "Trebuchet MS", "Lucida Grande";
	font-size: 17px;
	font-weight: bolder;
	color: Red;
	text-decoration: none;
}
.link2 a:visited {
	font-family: "Trebuchet MS", "Lucida Grande";
	font-size: 17px;
	font-weight: bolder;
	color: Red;
	text-decoration: none;
}
.link2 a:hover {
	font-family: "Trebuchet MS", "Lucida Grande";
	font-size: 17px;
	font-weight: bolder;
	color: Blue;
	text-decoration: underline;
}
.link3 a:link {
	font-family: "Trebuchet MS", "Lucida Grande";
	font-size: 17px;
	font-weight: bolder;
	color: Red;
	text-decoration: underline;
}
.link3 a:visited {
	font-family: "Trebuchet MS", "Lucida Grande";
	font-size: 17px;
	font-weight: bolder;
	color: Red;
	text-decoration: underline;
}
.link3 a:hover {
	font-family: "Trebuchet MS", "Lucida Grande";
	font-size: 17px;
	font-weight: bolder;
	color: Blue;
	text-decoration: none;
}