/*
 * Stylesheet for Stephenson Hall Association
 * Copyright (c) Thomas Baldwin, tom@tombaldwin.net
 */

body {
  font-family : microsoft sans serif, arial, sans-serif
}


h1, h2, h3, h4, h5, h6 {
    font-family :  arial, sans-serif
}
/*
h2 {
    font-family : verdana;
    font-size : 14 pt;
    font-style : normal
}
*/


a:link 	{
   text-decoration : none; 
   color : #3366ff; 
   }

a:visited {
   text-decoration : none; 
   color : #336699; 
}

a:hover  {
   color : #ff0033;
   text-decoration : underline
}	

a.nav {
   width:170px;
   display: block;
   text-align: center;
   text-decoration: none;
   font-weight: bold;
   font-family: verdana, arial, sans-serif;
   font-size:16px;
   color: #ffffff;
   background-color:#858599;
   padding-left: 0px;
   padding-top: 2px;
   padding-bottom: 2px;
   padding-right: 0px
}

a.nav:visited { color:#ffffff }

a.nav:hover {
   color: #000000;
   text-decoration: none;
   background-color:#C8C8E5
}
