.linkbar {background-color: #3a97ee; padding-bottom: 5px; }

.linkbar a {color: #fff; font-weight: bold;}

.linkbar a:visited  { text-decoration: underline; color: #fff; font-size: 100%; font-weight: bold; text-align: center; padding-right: 3px; padding-left: 3px; -khtml-opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100); opacity: 1  }

.linkbar a:link  { text-decoration: underline; color: #fff; font-size: 100%; font-weight: bold; text-align: center; padding-right: 3px; padding-left: 3px; -khtml-opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100); opacity: 1 }

.linkbar a:hover  { text-decoration: underline;color: #30f; text-align: center; padding-right: 3px; padding-left: 3px; -khtml-opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100); opacity: 1  }

.disabled a:link  { text-decoration: none; color: #555; display: none;}
.disabled a:hover  { text-decoration: none; color: #555; display: none;}
.disabled a:visited  { text-decoration: none; color: #555; display: none;}

body {
    font-family: Sans-serif ;
    margin: 0px;
    padding: 0px;
    }


