a:active {  text-decoration: none; font-size: 1em}
a:hover {  color: #FF0000; font-size: 1em}
a:link {  text-decoration: none; font-size: 1em; border-style: none}
a:visited {  text-decoration: none; font-size: 1em}
h1 {  font-size: 1em; font-weight: normal}
h2 {  font-size: 1em; font-weight: normal}
h3 {  font-size: 1em; font-weight: normal}
h4 {  font-size: 1em; font-weight: normal}
h5 {  font-size: 1em; font-weight: normal}
h6 {  font-size: 1em; font-weight: normal}
body {  background-color: #F1F3F5; color: #000000; text-align: center}
a:link {	color: #0000FF;}
a:visited {	color: #0033FF;}
a:active {	color: #0000CC;}

    body {      background: #fff;
      font: 0.8em verdana, lucida, arial, helvetica, sans-serif;
      padding: 2em;
    }
    
  
    
    #mainnavi {
      background: url(bg_menuitem.gif) #676767 repeat-x 0px 0px;
      border: 1px solid #676767;
      list-style: none;
      margin: 0;
      padding: 0;
    }
    
    #mainnavi #current {
      background: url(bg_menuitem.gif) #979797 repeat-x 0px -160px;
      color: #fff;
      cursor: default;
      padding: 0 15px;
    }
    
    #mainnavi li {
      border-right: 1px solid #676767;
      display: inline;
    }
    
    #mainnavi li a, #mainnavi3 li a {
      color: #fff;
      padding: 0 15px;
      text-decoration: none;
    }
    
    #mainnavi li a:hover {
      background: url(bg_menuitem.gif) #676767 repeat-x 0px -80px;
      text-decoration: none;
    }
