p {
	color: lime;
	font-size: 16;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
}
em { color: lime ; font-style: bold }
td {
	color: lime;
	font-size: 16;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
}

h1, h2, h3, h4 
	{ color: lime;
	font-style: normal;
	}
h1 { font-size: 24 }
h2 { font-size: 20 }
h3 { font-size: 16 ; font-style: bold }
h5 { font-size: large ; 
	font-family: "Monotype Corsiva", "Apple Chancery", "URW Chancery", cursive ;
	font-style: italic ;
	color: lime ; }




li {
	font-style: normal;
	font-size: 14;
	color: lime;
	font-family: Verdana, sans-serif;
}

a:link {font-style: underline; }
a:visited {color:pink;}
a:focus {color:pink;}
a:hover {color:green;}
a:active {color:green;}



div#whitetext p{color:white;}

