
a:link { 
   		color: white;
		text-decoration: none;
		
		}
a:visited { 
   		color: gray;
		text-decoration: none;
		}
a:hover { 
		color: red;

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

		}
 .class1 a:active { 
		color: gray;
   		background-color: teal;
		text-decoration: underline overline blink;
		}
		
    h1 {
	color: white;
    font-size: 125%;
	font-weight: bold;
	font-family: Futura, Arial, Helvetica, sans-serif;
}
   h5 {
	color: white;
    font-size: 75%;
	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: url(red.jpg);
	background-color: 660000;
 background-repeat: repeat;
		background-color: 660000;
;
}


class1 {
	padding: 0;
	margin: 0;
	color: black;
	    font-size: 110%;

background: url(lggreenfade.jpg); background-repeat: no-repeat;	font-family: Futura, Arial, Helvetica, sans-serif;
}

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

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

option.green { color: green;}

option {
 background-image: url(text.jpg);font-weight: bold; color: black
}

select {
  background-image: url(text.jpg); font-weight: bold; color: green
}