body { 
	font-family: Garamond;
	Background-color: black;
		color:#00FFFF;		}
		
span.t1{ font-style: oblique; 
	  color: #9933FF;
	  font-weight: bold;
	 }
	
span.t2{ font-style: oblique; 
	  color: blue;
	  font-style: italic;
	 }

p {
	font-weight: bold;
	}

ul { font-family: Arial;
	color: red;
	}

li {font-family: "times new roman";
	font-style: italic;
	color: white;
	}

a { font-family: "comic sans ms";
	color: red;
	font-style: italic;
	}

a:link { text-decoration: none; }
a:hover { text-decoration: underline;color: #FF0000;}
p:first-letter { font-size: 3em; font-weight: normal }
span { font-weight: bold }




