body { font-size: small; }

#nav {
 float: left;
 width: 100%;
 margin: 0;
 padding: 10px 0 0 0;
 list-style: none;
 background: #005368 url(../images/nav_bg.gif) repeat-x left bottom;
 }
#nav li {
 float: left;
 margin: 0;
 padding: 0;
 font-family: "Trebuchet Set";
 font-size: 150%
 }
#nav a { float: left; display: block; margin: 0 1px 0 0; padding: 4px 8px; color: white; background-image: url(../images/bg_off.gif); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-decoration: none; border: gray; }
#nav a:hover, body#intro #t-intro a{
  color: black;
  padding-bottom: 5px;
  border-color: #FFFFFF;
  background: #fff url(../images/bg_on.gif) repeat-x left top;
  }
#nav a:hover, body#news #t-news a{
  color: black;
  padding-bottom: 5px;
  border-color: #FFFFFF;
  background: #fff url(../images/bg_on.gif) repeat-x left top;
  }
#nav a:hover, body#contact #t-contact a{
  color: black;
  padding-bottom: 5px;
  border-color: #FFFFFF;
  background: #fff url(../images/bg_on.gif) repeat-x left top;
  }
#nav a:hover, body#writings #t-writings a{
  color: black;
  padding-bottom: 5px;
  border-color: #FFFFFF;
  background: #fff url(../images/bg_on.gif) repeat-x left top;
  }
#nav a:hover, body#resources #t-resources a{
  color: black;
  padding-bottom: 5px;
  border-color: #FFFFFF;
  background: #fff url(../images/bg_on.gif) repeat-x left top;
  }
  
#tabs a:hover, body#news #t-news a
#tabs a:hover, body#writings #t-writings a
#tabs a:hover, body#resources #t-resources a
#tabs a:hover, body#intro #t-intro a
#tabs a:hover, body#contact #t-contact a

 

p { }

td { }

a:link { }

a:visited { }

a:hover { }

a:active { }

