		BODY {
	margin:0;
	left-margin:0;
	font-size: x-small;
	color: black;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
			}
		
		
		h1	{
	font: small-caps bold 2.5em "Verdana", "Arial", serif;
	color: red;
	font-size: 14px; }
		h2	{
	font: bold 2.5em "Verdana", "Arial", serif;
	color: red; 
	font-size: 12px; }
		h3	{
	font: small-caps;
	font-weight: bold;
	color: red;
	font-size: 10px; }
li	{list-style: square ;}
a:link {
	color: blue;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}
a:active {
	color: blue;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	color: purple;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	color: blue;
	font-size: 10px;
	font-weight: bold;
	}
