@charset "iso-8859-1";
/* author: f.coma@bigfoot.com */
/* Creation date: 09/08/04 */
/* Style Sheet for Frank's Web Pages */
<style type="text/css">
<!--
	A:active
	{
	 color : red;
	 font-weight: bold;
	 text-decoration: none; 
	}
	A:visited  
	{
	 color : blue;
	 font-weight: normal;
	 text-decoration: none; 
	}
	A:link    
	{
	 color : blue;
	 font-weight: normal;
	 text-decoration: none; 
	}
	A:hover
	{
	 color : red;
	 font-weight: normal;
	 text-decoration: none; 
	}
	BODY
	{
     color:                      #000000;
     background:                 #ccccff;
     font-family:                arial, sans-serif, verdana;
	 scrollbar-3dlight-color:    #9999ff; /* top left outer; */
	 scrollbar-highlight-color:  #ccccff; /* top left inner; */
	 scrollbar-face-color:       #0000ff; /* main body; */
	 scrollbar-darkshadow-color: #0000cc; /* bottom right outer; */
	 scrollbar-shadow-color:     #000099; /* bottom right inner; */
	 scrollbar-track-color:      #eeeeFF; /* track color; */
	 scrollbar-arrow-color:      #ccccff; /* arrow color; */
	} 
    .txtstyl
	{
	 background-color:           #eeeeFF;
	 color:                      #000000;
	 font-size:                  12;
	 font-family:                "ARIAL";
	}
    .mnustyl
	{
	 background-color:           #CCCCFF;
	 color:                      #000000;
	 font-size:                  11;
	 font-family:                "ARIAL";
	}
    .hdrstyl
	{
	 background-color:           #0000FF;
	 color:                      #ffffff;
	 font-size:                  10;
	 font-family:                "ARIAL";
	}
    .story
	{
	 background-color:           #ffffff;
	 color:                      #000000;
	 font-size:                  11;
	 font-family:                "ARIAL";
	}
    .headline
	{
	 background-color:           #ffffff;
	 color:                      #ff0000;
	 font-size:                  12;
	 font-family:                "ARIAL";
 	 font-weight: 				 bold;
	}

	-->
</style>
