body  { color: black; background-color: #888A7F }

td {}

a:link  { color: #696; font-weight: bold; text-decoration: underline    }

a:visited  { color: #696; font-weight: bold; text-decoration: underline  }

a:hover  { color: #669; font-weight: bold; text-decoration: overline; }

a:active { color: #696 ; font-weight: bolder; }

table { font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }

ul {
	list-style-position: outside;
	position: inherit;
	list-style-type: disc;
}

