/* page default background color & font*/
	body		{background-color: #000033
				
	            }


/* link attributes */

/* link - no decoration, light blue */
	a:link		{text-decoration: none;
				 color: #8FB5DA
				 }
/* visited link - no decoration, green */
	a:visited	{text-decoration: none;
				 color: #00FF99
				}
/* mouseover link - underline, light blue */
	a:hover 	{text-decoration: underline; 
				 color: #8FB5DA
				}
/* active link - green, no decoration */
	a:active	{color:#00FF99;
				 text-decoration: none
				}

/* page default font and color*/

	p		{font-family: Eras Light ITC;
				 font-size: 12pt;
              			 color:#ffffaa;
				 margin-left:80px
				 
				}
        ul		{font-family: Eras Light ITC;
				 font-size:12pt;
				 color:#8fb5da;
                                 font-size:12pt;
				}

	li		{font-family: Eras Light ITC;
				 font-size: 12pt;
				 color: #8FB5DA;
				 margin-left:80px;
				 
	            		}
	h2		{font-family: Eras Light ITC;
				color:#ffffaa
				}


