a:link {
	text-decoration: none;
	color: #990000;
}
a:visited {
	text-decoration: none;
	color: #990033;
}
a:hover {
	text-decoration: underline;
	color: #993300;
}
a:active {
	text-decoration: none;
	color: #993333;
}

.topborder {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #990000;
}
.topbottom {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-bottom-color: #990000;
}
.bottomborder {
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #990000;
}
.topdouble {
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #990000;
}

