/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body {font-size:14px; 
      color:black;
      background-color: #ddd;
      line-height: 1.5;
      font-family: "Trebuchet MS", Arial; Helvetica; sans-serif;
      }
      
p    {font-size:18px; 
      font-weight:bolder;
      background-color: #ddd;
 
      font-family: "Trebuchet MS", Arial; Helvetica; sans-serif;
      }

h1, h3, h5 {font-size: 24px}
h2, h4, h6 {font-size: 18px}

h1 	{color:blue;
    }
h2 	{color:blue;
     font-style:italic;
    }
h3 	{color:red;}
h4 	{color:red;
     font-style:italic;
    }
h5 	{color:green;}
h6 	{color:green;
     font-style:italic;
    }


a 	{color:blue;

	 text-decoration:none;
	 text-underline:single;}

a:visited
	    {color:red;

	     text-decoration:none;
	     text-underline:single;}
 
a:hover {<!-- color:navy; -->
<!--         background-color:yellow;-->
         text-decoration:none;
	     text-underline:single;
         font-size: 1.4em}

