/* main.css */

body	{ font-family: Times, serif;
		color: #000000;
		background-color: #cccc99;
		margin-right: 20% }

a:link	{ color: #666633;
		 background-color: #cccc99 }

a:visited	{ color: #666666;
		background-color: #cccc99 }

a:active	{ color: #ff0000;
		background-color: #cccc99 }

a:hover	{ color: #ff0000;
		background-color: #cccc99 }

.menu	{ background-color: #666633;
		text-align: center;
		border-width: 0px;
		color: #ffffff }

td.menu	{ font-family: Arial, sans-serif;
		font-size: smaller;
		color: #ffffff;
		background-color: #666633;
		text-align: center;
		border-width: 0px;
		padding: 0.25em }

.menu a:link	{ color: #ffffff;
		background-color: #666633;
		text-decoration: none }
		
.menu a:visited	{ color: #ffffff;
		background-color: #666633;
		text-decoration: none }

.menu a:hover	{ color: #99ff99;
		background-color: #666633;
		text-decoration: none }

.menu a:active	{ color: #ffffff;
		background-color: #666633;
		text-decoration: none }		

.update	{ margin-top: 1em;
		margin-bottom: 0.25em;
		font-family: Times, serif;
		font-style: italic;
		text-align: left }