h1 {
	color: #787878;
	font-size: 20px;
	font-weight: bold;
}

body {
	color: black;
	background-color: #eeeeee;
	background: url("/images/cowback.jpg");
}

a span.title {
	font-family: Tahmoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: black;
	background-color: #eeeeee;
}
a span.subtitle {
	font-family: Comic Sans MS, Tahmoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: black;
	background-color: #eeeeee;
}

span.description {
	font-size: 12px;
	font-style: italic;
}

span.copyright {
	color: #787878;
	font-size: 10px;
}

span.copyright a {
	color: #787878;
}

a {
  text-decoration: none;
  color: #787878;
}

a:hover {
  text-decoration: underline;
}

p,td {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 13px;
}

td.menuitem {
	font-weight: bold;
	color: black;
}

td.menuitem a {
	font-weight: bold;
	color: black;
}

div.content {
	/* height: 370px; */
	/* these two are IE specific, and break validation of this CSS */
	/* overflow-y: auto; */
	/* scrollbar-face-color: #787878;	 */
}

table.black {
	color: white;
	background-color: black;
}

table.white {
	color: black;
	background-color: #eeeeee;
}

table.selected {
	color: black;
	background-color: #787878;
}

table.menu {
	color: black;
	background-color: #eeeeee;
}
acronym {
	color: #787878;
}
