body    {
 	color: #855E42;
	background-color: #EEE8AA;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
}

a:link  {
	color: #800080;
	text-decoration: underline;
}
a:visited{
	color: #800080;
}
a:hover {
	font-style: italic;
	color: #0000ff;
}

h2      {
	font-weight: bold;
	color: #336633;
}

div     {
	margin-left: 5px;
	margin-right: 5px;	
}

.nav1   {
	text-align: center;
}

table   {background-color: #EEE8AA;
}

