/*external CSS file */



td      {
		font-size: 14px;
		font-family: Times New Roman, Times, serif;
		color: #336600;
		text-decoration : none;
         }
		  

a		{
		text-decoration:none;
		color: yellow;
		}


a:hover	{
		color:#336600;
		}

		  
h1		{
		font-size: 19px;
		font-style: italic;
		font-weight: bold;
		color:#ffffff;
		}
		
h2		{
		font-size: 14px;
		color:#336600;
		}
		
.formbutton
	{
	font-size: 13px;
	font-family: Arial Narrow, arial, helvetica, geneva;
	color: #ffffff;
	background: #336600;
	border: 1;
	border-color: #00cc33;
	text-decoration : none;
	}
	
	
#formfelder
	{
	font-size: 13px;
	font-family: Arial Narrow, arial, helvetica, geneva;
	color: #000000;
	background: White;
	border: 3;
	border-color: white;
	text-decoration : none;
	}
	