<style>



table {

border-color = #000000;

}


.schedule {



}


th {

color: #ADD8E6;
background-color: #F30000;
}


td {


font-size: 12px;
font-family: arial;
font-weight: bold;
width: 15%;
border-color = #FFFFFF;
background-color: #ADD8E6;
text-align: center;

}




.team {

color: #FFFFFF;
width: 10%;


}

.team a {
	
       width: 100%;
        color: #000;
        font-weight: bold;
        text-decoration: none;
	
}

.team a:hover{

   color: #000000;
   background-color: #FFFFFF;
}




</style>