/* *************************************************************
   * FILENAME:  banner.css                                     *
   * AUTHOR:    meier@msoe.edu <Dr. Meier>                     *
   * WEB:       http://www.msoe.edu/orgs/ce1900                *
   * CREATED:   11/26/2006                                     *
   * PROVIDES:  styles for the ce1900 website navigation banner*
   *************************************************************
*/

body
{
  background-color : white; 
  text-align: left;
}

a:link { color : blue; 
         text-decoration: none }
a:visited { color : blue; 
            text-decoration: none }
a:hover { background-color: white;
          color : red ;
          text-decoration: none }

strong { color : black}
td { padding-right : 20 }
        
