﻿/* Make sure you have no tags on this page!!! */
	body
	{
	
		font-family:Verdana, Geneva, Tahoma, sans-serif;
		font-size:100%;	
	}
	
	#title
	{
	 color:orange;
	 font-size:150%;
	}
	
	
	#menu
	{
		font-size: 83%;
	}
	
	ul
	{
	 color:green;
	 list-style-type:circle;  /* the bullet style */
/* Make sure there are no tags on this page!!! */	  
	}
	
	
	a:link
	{
	 color:green;
	 text-decoration:none;		/* make link NOT underlined regardless of browser settings */
	}
	
	a:hover /* make the links blue & bold when the mouse hovers over it */
	{
	 color:blue;
     font-weight:bold;
     font-size:110%;
	}
	
	a:active /* when they hold mouse down make it orange */
	{
	 color:orange;
	}

	a:visited
	{
	  /* color:green; */		/* uncomment this and it will force the link to stay green */
	  text-decoration:none;		/* if you do not want link underlined */
	}


