/* CSS Document */
body{
     background-color:#1a1a1a;
     color:#eee;
     margin:0;
     padding:0;
     font-family: Verdana, Arial, Helvetica, sans-serif;
    }

a{
  text-decoration:none;
  color:#eee;
  font-size:15px;
 }

a:hover{
        border-bottom:1px solid #eee;
       }
 
#chapters a:hover{
			border-top:1px solid #eee;
			border-bottom:1px solid #eee;
 }

#player{
			background-color:#333;
			background-image: url(./waves.gif);
			background-attachment:fixed;
			background-repeat:repeat-x;
			width:100%;
			height:670px;
			text-align:center;
			padding:0px ;
			border-top:2px solid #555;
			border-bottom:2px solid #555;
 }

#chapters{ text-align:left;}

#chapters ul{
   list-style:none;
  }

li{
   margin: 2px 0 1px 0;
  }

h1{
   font-size:22px;
   line-height:22px;
   margin:5px;
  }

table{
      margin: auto;
      width:800px;
     }
		 
	td{
			min-width:200px; text-align:left;
	}

#logo{
     background-image: url(./NCspeed-Logo.jpg);
     height: 40px;
     width:344px;
     margin-top:10px;
     margin-left: 10px;
    }

#footer{
        text-align:center;
        font-size:9px;
       }
			 
#footer a{
			font-size:9px;
 }

