#content {
            font : normal 10pt verdana, arial;
            background : #FFFFFF;
            min-width : 1000px;
            max-width : 1100px;
         }


#masthead {
                background-color: #FFF;
                margin : 0 0 10px 0;
          }
#mockinfo {
            list-style : none;
            float : left;
            font : normal 10pt verdana,arial;
            width : 240px;
          }


#nflinfo {
            list-style : none;
            float : right;
            font : normal 10pt verdana,arial;
            width : 240px;
         }

#cofc {
         margin  : 0 251px 0 251px;
         width : 470px;
         height : 400px;
         padding-left : 20px;
      }

#cofc h2 {
            font : 24px normal verdana,arial;
            color : brown;
            text-align : center;
         }

#cofc h3 {
            font : 16px bold verdana,arial;
            color : black;
            text-align : center;
         }

ul {
      margin : 0;
      padding : 0;
      list-style : none;
      font-weight : bold;
   }

li {
      background : #C0C0C0;
      margin : 0;
      padding : 0 0 0 2px;
      border-left : 1px solid #fff;
      border-top : 1px solid #fff;
      border-right : 1px solid #666;
      border-bottom : 1px solid #aaa;
      list_style : none;
   }


#cofc li  {
            background : #FFFFFF;
            list-style : none;
            border : none;
          }

a:link, a:visited {
                display : block;
                text-decoration : none;
                color : blue;
                font-weight : normal;
               }

a:hover {
            display : block;
            color : red;
        }

a:active {
            display : block;
            background : #FFF;
         }

