body {background-color: white}

table {background-color: white; width: 80%; min-width: 650px}

h1,h2,h3,h4 {font-family: Geneva, Arial, Helvetica, sans-serif; color: #669900}

p {
	margin-left: 20px;
	margin-right: 20px;
	color: #330066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
p.left {text-align: left}
p.center {text-align: center}
p.disc {text-align: center; font-size: small}

hr {color: #330066}

a {text-decoration: none}

a:link {color: #669900}
a:visited {color: #669900}
a:active {color: #330066}
a:hover {color: #330066}

img.bor {
	align: center;
	border: thin solid purple;
}

ul {
	color: #330066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	}

