/* $Id: style.css,v 1.9 2002/01/17 03:53:41 zw Exp $ */

a:link {
	color: blue;
	background: transparent;
}

a:visited {
	color: navy;
	background: transparent;
}

a.menu {
	font-variant: small-caps;
	font-weight: bold;
}

a:hover {
	color: red;
	background: #ffffe0;
}

body {
	background: white;
	color: black;
	font-family: times, serif;
	font-size: 22px;
	margin: 0;
}

abbr {
	color: #7b68ee;
	background: transparent;
}

em {
	color: purple;
	background: transparent;
	font-style: italic;
}

h1 {
	color: maroon;
	background: transparent;
	font-style: italic;
	text-align: justify;
	margin-left: 1%;
}

h1.banner {
	color: #ffc0cb;
	background: transparent;
}

h2 {
	text-transform: capitalize;
	text-align: left;
}

h5 {
	color: silver;
	background: transparent;
	font-size: 18px;
	letter-spacing: 7px;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	margin-bottom: 0;
}

li {
	text-align: justify;
}

p {
	text-align: justify;
	text-indent: 0;
}

sup {
	font-size: 10px;
}

table.menu {
	width: 100%;
	font-size: smaller;
	text-align: center;
	color: white;
	background-color: gray;
}

td {
	vertical-align: text-top;
	padding-top: 12px;
	padding-right: 16px;
}

td.menu {
	width: 33%;
	padding-top: 0;
	padding-right: 0;
}

td td ul {
	margin-top: 0;
	margin-bottom: 0;
}

ul {
	list-style-type: disc;
}
