table#coaches {
background-color: #FFFBE5;
    border: none;
    width: 600px;
	 }
table#coaches td {
    padding: 5px;
    border: none;

}
.coachestoprow {
background-color: #FFB380;
    font-style: italic;
	 font-weight: bold;
	 font-size: 1.5em;
    text-align: left;

}

.coachesseasoncol {
    font-weight: normal;
    text-align: left;
    width: 100px;

}
.coachcol {
    font-weight: normal;
    text-align: left;
    width: 200px;
	 }
.recordcol {
    font-weight: normal;
    text-align: left;
    width: 100px;

}	 
.playoffcol {
    font-weight: normal;
    text-align: left;
    width: 200px;

}
