a.one:link {
	color: Teal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
}
a.one:visited {
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
}
a.one:hover {
	color: Green;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
}
a.two:link {
	color: Red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-decoration: none;
	font-weight: bold;
}
a.two:visited {
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-decoration: none;
	font-weight: bold;
}
a.two:hover {
	color: Purple;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-decoration: none;
	font-weight: bold;
}
a.three:link {
	color: Blue;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	text-decoration: none;
	font-weight: normal;
}
a.three:visited {
	color: Red;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
}
a.three:hover {
	color: Purple;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
}
.BigTable {
	font-family: "Times New Roman", Times, serif;
	font-size: 20.5px;
	font-weight: normal;
	color: Black;
	text-decoration: none;
	font-style: italic;
}
.table {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: Black;
	text-decoration: none;
	font-style: italic;
}
.smtext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
	font-style: normal;
}
.body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: Black;
	text-decoration: none;
	font-style: normal;
}
.menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
	font-style: normal;
}