
<style type="text/css">
<!--

A:active	{
		color:		red;
		font-size:	135%;
		}

A:focus	{
		color:		orange;
		font-size:	120%;
		font-weight:	bold;
		}

A:link		{
		color:		#000080;
		} 

A:visited	{
		color:		#0000ff;
		}


body         {
		background:	#00ffff;
		color:		#000000;
              }

body , table , td , th
             { 
		font-family: 	Times New Roman,Myriad Web, Geneva, Arial, Helvetica, 				sans-serif;
		}

dl		{
		background:	#aaffff;
		border:	solid;
		border-color:	#88ffff;
		border-width:	thick;
		margin-left:	5%;
		margin-right:	20%;
		}

h1		{
		background-color:	#77ffff;
		font-family:		Malibu,Comic Sans SM,Times New Roman,Myriad Web, 					Geneva, Arial, Helvetica, sans-serif;
		}

p             { 
		font-family: 	Times New Roman,Myriad Web, Geneva, Arial, Helvetica, 				sans-serif		
		}
pre 		{ 
		font-family: monospace; 
		}
pre.bolder	{
		font-size:		110%;
		font-weight:		600;
		}
-->
</style>