a 	  	  {text-decoration: none;}
a:link    {color: green; text-decoration: underline;}
a:visited {color: brown; text-decoration: underline;}
a:active  {color: red; text-decoration: underline;}
a:hover   {color: red; text-decoration: underline;}
.body	{font-size: 10pt;
		font-family: arial, times new roman;
		color: black;
		background-color: #F0E68C;
		margin-top: 0px;
		margin-botom: 0px;
		margin-right: 0px;
		margin-left: 0px;
		}
.p		{text-indent: 0.5px;
		margin-left: 30px;
		margin-right: 30px;
		}
.title-brown {font-size: 20pt;
	 	font-family: arial, times new roman;
	 	color: brown;
	 	text-align: center;
		}
.title-green {font-size: 20pt;
		font-family: arial, times new roman;
	    font-weight: bold;
		color: green;
		text-align: center;
		}
.title-small-green {font-size: 15pt;
	    font-family: arial, times new roman;
		font-weight: bold;
		color: green;
		}
.nav   {font: 10pt;
		font-family: arial, times new roman;
		color: green;
		text-align: left;
		background: #F0E68C;
		}
.totop {font: 10pt;
		font-family: arial;
		color: green;
		text-align: center;
		}