a
{
	font: Arial;
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}
a:link
{
	font: Arial;
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}
a:active
{
	font: Arial;
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}
a:hover
{
	font: Arial;
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}
a:visited
{
	font: Arial;
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}
a.hdr
{
	font: Arial;
	color: black;
	text-decoration: none;
	font-weight: bold;
}
a.hdr:link
{
	font: Arial;
	color: black;
	text-decoration: none;
	font-weight: bold;
}
a.hdr:active
{
	font: Arial;
	color: black;
	text-decoration: none;
	font-weight: bold;
}
a.hdr:hover
{
	font: Arial;
	color: black;
	text-decoration: none;
	font-weight: bold;
}
a.hdr:visited
{
	font: Arial;
	color: black;
	text-decoration: none;
	font-weight: bold;
}
a.button
{
	font: Arial;
	color: green;
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
	cursor: hand;
	width: 100%;
	height: 30px;
	margin: 3px;
	background-color: #EFEBDE;
	border: 6px groove darkgreen;
	padding-left: 10px;
	padding-right: 10px;
}
a.button:visited
{
	font: Arial;
	color: green;
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
	cursor: hand;
	width: 100%;
	height: 30px;
	margin: 3px;
	background-color: #EFEBDE;
	border: 6px groove darkgreen;
	padding-left: 10px;
	padding-right: 10px;
}
a.button:hover
{
	color: red;
	background-color: #EFEFEF;
	text-decoration: none;
}
a.menu
{
	font: Arial;
	color: green;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	cursor: hand;
	height: 12px;
	background-color: #EFEBDE;
	border: 3px groove darkgreen;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
a.menu:visited
{
	font: Arial;
	color: green;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	cursor: hand;
	height: 12px;
	background-color: #EFEBDE;
	border: 3px groove darkgreen;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
a.menu:hover
{
	color: red;
	background-color: #EFEFEF;
	text-decoration: none;
}
td.newshdr
{
	font: Arial;
	color: black;
	text-decoration: none;
	width: 100%;
	height: 24px;
	background-color: #EFEBDE;
	border: 6px groove darkgreen;
}
td.news
{
	font: Arial;
	color: black;
	text-decoration: none;
	width: 100%;
	height: 206px;
	background-color: #EFEBDE;
	border: 6px groove darkgreen;
}