body

	{

		background:white;
		color:black;
		font-family:comic sans;
		font-size:14;

	}

h1
	{
		color:navy;
		font-size:36pt;
	}


h2	
	{
		text-decoration:underline;
		color:black;
	}

h3
	{
		font-style:italic;
	}

.top 
	{
		vertical-align:top
	}


.caption
	{
		font-size:8;
		font-style:italic;
		font-family:verdana;
		text-align:center;
		color:navy;
	}

.control  
	{
		
		background:#9F013E;
		font-family:helvetica
	}

.link		
	a:link 
		{color:white;text-decoration:none;}

	a:visited 
		
		{color:white;text-decoration:none;}
	
	a:hover 
		{color:white;text-decoration:underline;font-weight:bold}
	
	a:active 
		{color:white;text-decoration:underline} 
 






