
 .class1 a:link { 
   		color: #006699;
		text-decoration: none;
		
		}
 .class1 a:visited { 
   		color: teal;
		text-decoration: none;
		}
.class1 a:hover { 
		color: green;
		text-decoration: underline overline ;

		}
 .class1 a:active { 
		color: white;
   		background-color: teal;
		text-decoration: underline overline blink;
		}
 .class2 a:link { 
   		color: #bcc1af;
		text-decoration: none;
		
		}
 .class2 a:visited { 
   		color: teal;
		text-decoration: none;
		}
.class2 a:hover { 
 			color: gray;
			text-decoration: underline overline ;

		}
 .class2 a:active { 
		color: white;
   		background-color: gray;
		text-decoration: underline overline blink;
		}
		
    h1 {
	color: black;
    font-size: 125%;
	font-weight: bold;
	font-family: Times New Roman, Times, serif;
}
   h5 {
	color: black;
    font-size: 75%;
	font-family: Times New Roman, Times, serif;
}

   fllw_1 {
	color: black;
    font-size: 85%;
	font-family: Futura, Arial, Helvetica, sans-serif;
}
  fllw_2 {
	color: black;
    font-size: 65%;
	font-family: Futura, Arial, Helvetica, sans-serif;
}
 fllw_3 {
	color: black;
    font-size: 135%;
	font-family: Futura, Arial, Helvetica, sans-serif;
}   p {
	color: black;
		    font-size: 110%;
	font-family: Times New Roman, Times, serif;
}
    body {
	padding: 0;
	margin: 0;
	color: black;
	    font-size: 110%;

	background-color: #FFFDF3;
	background-image: url(lggreen_bg.jpg);
	font-family: Times New Roman, Times, serif;
}


input {
 background-image: url(text.jpg);
}

textarea {
 background-image: url(text.jpg);
}

