BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14;
	color: midnightblue;
	background-color: aliceblue;
	margin: 10px 20px;
	border-width: thin;
	}



TABLE	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14;
	font-color: midnightblue;
	background-colour: #CCFFFF;
	}

p     { 
	text-indent: 1em; 
	margin-top: 1; 
	margin-bottom: 1; }


H1    {
	font-size: x-large;
	font-weight: 700;
	color: midnightblue;
	white-space: nowrap;
	}

H2    {
	font-size: large;
	font-weight: 700;
	color: midnightblue;
	white-space: nowrap;
	}

H3    {
	font-size: medium;
	font-weight: 700;
	color: midnightblue;
	white-space: nowrap;
	}


A:link {
	text-decoration: none; 
	color: royalblue;
	font-weight: 700;
	}
A:visited {
	text-decoration: none; 
	color: hotpink;
	font-weight: 700;
	}
A:active {
	text-decoration: none; 
	color: firebrick;
	font-weight: 700;
	}
A:hover {
	text-decoration: none; 
	color: maroon;
	font-weight: 700;
	}


ul li   {
	list-style-image: url(bullet1.gif); 
	}

ul ul li{
	list-style-image: url(bullet2.gif);
	}

