html {
      margin: 0;
      padding: 0;
     }

body {
      color: #e8e8e8;
      background-color: #505050;
      font-family: Verdana, Trebuchet, Georgia, cursive, monospace, fantasy;
      font-size: 0.95em;
      font-weight: lighter;
      }

#box {
             position: relative;
             width: 70%;
             height: auto;
             margin: -8% auto auto 1%;
             background-color: #202020;
             padding: 2em;
             border: 2px solid #e8e8e8;
            }

 #picrow {
          margin-left: 11.5%;
         }


#content  {
             width: 96%;
             height: 30%;
            }

#content p {
             font-family: serif;
             font-size: 115%;
             font-weight: bolder;
              color: #f5deb3;
             line-height: 105%;
             padding: 10px 10px 0 10px;
          }
 hr {
     margin: auto;
     width: 79%;
     color: #ff0000;
    }
 
   a  {
       color: lime;
       text-decoration: none;
      }

 a:hover{
         color: #e8e8e8;
         text-decoration: underline;
        }

 #title  {
          position: relative;
          margin: 2em auto auto auto;
          font-family: Curlz MT;
          font-size: 240%;
          font-weight: 800;
          color: #ffcc00;
          text-align: center;
          line-height: -1em;
         }



 p  {
     font-family: sans-serif, serif;
     font-weight: bolder;
     line-height: 120%;
     }

 ul {    
     list-style-type: circle;
     font-size: 90%;
    }

ul a {
      color: #87ceeb;
     }

ul a:hover {
            color: #fff;
           }


#leaguebox  {
             width: 275px;
             height: 120px;
             float: left;
             padding: 12px;
             font-family: Georgia;
             font-weight: medium;

            }

#leaguebox a {
             color: #ffe4c4;
             font-weight: 700; 
             text-decoration: none;
             }

#leaguebox a:hover{
                   color: #fff;
                   text-decoration: underline;
                  }

#leagueboxhed {
               font-size: 1.4em;
               font-weight: 800;
               text-align: left;
               text-decoration: underline;
               color: #ffcc00;
              } 

.cap:first-letter {
font-size:400%; 
font-family: Georgia;
float:left;
line-height:.8em;
color: #b22222;
 
}


  #nav {
        position: fixed;
        width: 14%;
        height: 8.5%;
        margin: auto auto auto 74%;
        border: 2px solid #e8e8e8;
        background-color: #a8a8a8;
        padding: 1em;

       }

#nav a {
        font-size: small;
        font-weight: bold;
        color: #b22222;
        text-decoration: none;
       }

#nav a:hover {
              color: #b22222;
             text-decoration: underline;
             }
  
#ender {
        font-size: small;
        float: left;
        }           
