
/*  

    Style sheet  mas_main_styles.css  for  most MAS web pages 

    Dan Strome      2001-12-21

*/






/* ====================   For Most Pages  ==================== */


div.bottom-navigation
{
          display              :    block;
          padding-top          :    3mm;
          padding-bottom       :    9mm;
          font-family          :    "Comic Sans MS", sans-serif;
          font-size            :    12pt; 

/*

          font-family          :    "Arial", "Helvetica", sans-serif;

*/

}




div.bottom-navigation  a:link
{
          color                :    #444499;
}


div.bottom-navigation  a:active
{
/*
          color                :    #999900;
*/
}


div.bottom-navigation  a:visited
{

/*
          color                :    #707070;
*/

}


div.bottom-navigation  a:hover
{
          color                :    #cccc00;

/*
*/
}




/*
a.bottom-link
{
          color                :    #444499;
}


a:link.bottom-link
{

}


a:active.bottom-link
{
          color                :    #999900;
}


a:visited.bottom-link
{
          color                :    #707070;
}

*/






