/* page default background color & font*/
	body		{background-color: #000033;
			 margin-left:80px;
			 font-family: Eras Light ITC;
	            }


/* 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
				}

/* font colors, sizes, weights */
	.pYellowstyle	{
				 font-size: 14pt;
              		 color:#ffffaa;
				 font-weight:bold;		 
				}

	.pBluestyle	{
				 font-size:12pt;
				 color:#8FB5DA;
				 font-weight:normal;
				}

      ul			{
				 font-size:12pt;
				 color:#8fb5da;
                         font-size:12pt;
				}

	li			{
				 font-size: 12pt;
				 color: #8FB5DA;	
				 margin-left:20px;			 
	            	}

	h2			{
				color:#ffffaa
				}

	#pscroller1		{
				 width: 700px;
				 height: 45px;
				 border-style: groove;
				 border-color: #8FB5DA;
				 padding: 5px;
				 background-color: #FFFFAA;
				 color: #000033;
				}


