/*                   */
/*  ga_styles.css    */
/*                   */


body      {background-color:#CCFFFF;}


a:link    {color:#0000FF;}    /* not yet visited link  */
                              /*    blue               */ 
a:visited {color:#00008B;}    /* visited         link  */
                              /*   dark blue           */ 
a:hover   {color:#0099FF;}    /* mouse over       link */
                              /*    light  blue        */ 
a:active  {color:#008080;}    /*last visited       link*/
                              /*    teal               */ 


ul       {
         list-style-type:none;
         font-family:arial,Helvetica,sans-serif;
         margin:0;
         padding:0;
         padding-top:6px;
         padding-bottom:6px;
         }

li       {
         display:inline;
         }


h3.title {
         font-family:"century gothic"; 
         font-size:150%;
         color:#999900; 
         text-align:center;
         }

h3.titleA {
         font-family:"century gothic"; 
         font-size:150%;
         color:#B8860B;          /*  Dark Golden Rod  */
         text-align:left;
         text-indent:50px;
         }

p.foot   {
         font-family:verdana; 
         font-size:65%; 
         text-align:center;
         }

 



/*  last:  06/05/10  */

