/* Style Sheet used for the SportsPage Website */

body 
{ 
   background-color: #000000;
   font-family: arial;
}

.center {text-align: center}
.left {text-align: left}
.right {text-align: right}
.bold {font-weight: bold}
.italic {font-style: italic}
.centb {text-align: center;
        font-weight: bold;
        color: #006699}
.centi {text-align: center;
        color: #006699;
        font-style: italic}

#nav {
   margin: 0;
   padding: 0 0 0px 0px;
   }

#nav li {
   margin: 0;
   padding: 0;
   font-size: small;
   display: inline;
   list-style-type: none;
   }

#nav a {
   line-height: 14px;
   font-weight: bold;
   margin: 0 10px 0px 10px;
   text-decoration: none;
   color: #999999;
   }

#nav a.active, #nav a:hover {
   border-bottom: 4px solid #999966;
   padding-bottom: 2px;
   color: #999966;
   }

#nav a:hover {
   color: #ffffff;
   }

#menu_nav {
   margin: 4;
   padding: 0 0 0px 0px;
   }

#menu_nav li {
   margin: 0;
   padding: 0;
   font-size: small;
   display: inline;
   list-style-type: none;
   }

#menu_nav a {
   line-height: 14px;
   font-weight: bold;
   margin: 0 10px 0px 10px;
   text-decoration: none;
   color: #999966;
   }

#menu_nav a.active, #menu_nav a:hover {
   border-bottom: 4px solid #996633;
   padding-bottom: 2px;
   color: #000066;
   }

#menu_nav a:hover {
   color: #996633;
   }

#sound li {
   color: #ffffff;
   font-size: small;
   list-style-type: none;
   padding-bottom: 12px;
   }

#sound2 li {
   color: #ffffff;
   font-size: small;
   list-style-type: none;
   padding-bottom: 12px;
   }

#list li 
{
   list-style: none;
   padding: 3px;
   font-weight: bold;
   color: #999966;
}

#list2 li 
{
   list-style: none;
   padding: 3px;
   font-weight: bold;
   color: #999966;
}

a 
{
   text-decoration: none;
   color: white;
}
h1,h3
{ 
   color: #999966;
} 
h2,h4,h6
{ 
   color: #999966;
} 
h5
{ 
   color: #006699;
} 
p 
{ 
   color: #006699;
} 
i
{ 
   color: #006699;
td
{
   vertical-align: top;
   text-align: center;
}
