@import url(ns4filter.css);
body {background-color: #9999CC;
      color: #000000}
.maindiv {background-color: #9999CC;
          color: black;
          margin-left: 10%;
          margin-right: 10%;
/*        width: 760px; */
/* This makes the page scroll horizontally in some people's
browsers, but we need it to make the image at top not mess up.
Solution: fix image. */
          border: thin solid white}
.details {float: right}
.content {margin-left: 5%;
          margin-right: 5%}
.copyright {font-size: 80%;
            text-align: center}
.linkfont {font-size: 90%;
           text-align: center}
a:link, a:visited {font-weight: bold;
                   color: #000099;
                   text-decoration: none}
a:hover, a:active {font-weight: bold;
                   color: #990000;
                   text-decoration: underline}
td.rosters {background: #ff9900;
            color: #000000}

