body          { color: black; font-family: Garamond; font-style: normal; font-size: small; font-weight: normal; text-decoration: none }

a:hover       {color: brown}

a	{color: black; text-decoration:underline}

td	  { color: black; font-family:Garamond; font-size: small; font-weight: normal; text-decoration: none }

th	  { color: black; font-family:Garamond; font-size: small; font-weight: normal; text-decoration: none }

tr	  { color: black; font-family:Garamond; font-size: small; font-weight: normal; text-decoration: none }

.tableelement {
	border: 1px solid #000000;
}
.tabledivider {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.borderline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
