body {
  background-color: white;
}

.wpolo {
  width: 800px;
  border-bottom: 2px solid black;
  border-top: 2px solid black;
  text-align: right;
}

img {
  border: 0;
}

.left {
     font-size: 12pt;
     line-height: 25px;
     color: black;
     text-align: right;
     font-family: Arial, sans-serif;
     border: 1px solid black;
     background-image: url(images/sidebar.jpg);
}

.right {
     font-size: 9pt;
     line-height: 20px;
     color: black;
     font-family: Verdana, sans-serif;
     text-align: left;
}

.title {
    font-family: Arial, sans-serif;
    font-size: 16pt;
    line-height: 20px;
    font-weight: bold;
}

table.centered {
  text-align: center;
}

a,a:link,a:active,a:visited { 
  text-decoration: none;
  color: blue;
}

a:hover { 
  text-decoration: underline;
  color: blue; 
}

a.side:link,a.side:active,a.side:visited {
  text-decoration: none;
  font-weight: bold;
  color: black;
}

a.side:hover {
  text-decoration: none;
  font-weight: bold;
  color: white;
}

a.end:link,a.end:active,a.end:visited {
  text-decoration: none;
  color: #00FF00;
}

a.end:hover {
  text-decoration: underline;
  color: #00FF00;
}

a.roster:link,a.roster:active,a.roster:visited {
  text-decoration: none;
  font-weight: normal;
  color: black;
}

a.roster:hover {
  text-decoration: none;
  font-weight: bold;
  color: black;
}

.small {
  font-family: Verdana, sans-serif;
  font-size: 8pt;
  color: gray;
}

.year {
    font-family: Arial, sans-serif;
    font-size: 12pt;
    line-height: 20px;
    font-weight: bold;
}

