.link {
	color: #FFFF99;
	background-color: #000099;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 13px;


}
.link:link {
	color: #FFFF99;
	background-color: #000099;
	text-decoration: none;

}
.link:visited {
	color: #ffff99;
	background-color: #000099;
}
.link:hover {
	color: red;
	background-color: #000099;
	text-decoration: none;

}
.topmarge {
	margin: 0px;
}
th {
	font-weight: bold;
	color: #FFFF99;
	background-color: darkblue;
	text-align: center;
	font-size: 13px;

}
td {
	font-size: 13px;
	text-align: center;
	font-weight: bold;

}
a {
	color: #ffff99;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
}
a:hover {
	color: red;
	text-decoration: underline;
	font-size: 24px;
	font-weight: bold;
}
a.links {
	font-size: 24px;
	line-height: normal;
		font-weight: bold;

}