<!-- Stylesheet for the all of Scott's homepage's HTML files -->

<style type="text/css">
<!--
    BODY, H3, H4, H5, H6, A, P
              {font-family: "Arial", Sans-Serif;
               font-size: 13pt;
               color: #000000}

    H1        {font-family: "Arial Rounded MT Bold", "Arial", Sans-Serif;
               font-size: 24pt;
               color: #000000}

    H2        {font-family: "Arial Rounded MT Bold", "Arial", Sans-Serif;
               font-size: 18pt;
               color: #000000}

    .FootnoteSizeFont
	      {font-size: 9pt}

    .FakeImageAnchor
	      {cursor: hand}

    A:link    {color: #0000FF;
               text-decoration: none}

    A:visited {color: #989898;
               text-decoration: none}

    A:active  {color: #000000;
               text-decoration: none}

    A:hover   {color: #7F007F;
               text-decoration: underline}

    A:hover.ReadWrite
              {text-decoration: underline;
               color: #02CA07}    
						
    A:hover.ReadOnly
              {text-decoration: underline;
               color: #EE0000}

-->
</style>