<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>

	body {
		background : #0080FF ;
		color : blue ;
		list-style : circle;
		
	}
	h1 {
		font: 14pt; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color : white
	}
	p {
		font: 10pt;
		font-family: Arial, Helvetica, sans-serif;
		
		
	}

	a {
	color : white;
	}
	a:hover {
		color: red;


	}
</html>
