#Roster{
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 40px;
}
#Roster .wrap{
width: 99%;
margin-left: auto;
margin-right: auto;
margin-bottom: 2%;
}
#Roster table{
border-collapse: collapse;
padding: 0px;
border-width: 0px;
border: 1px solid #5A0429;
}
#Roster td{
/*border-bottom: 1px solid #5A0429;
border-right: 1px solid #5A0429;*/
}
#Roster th{
background-color: #5A0429;
font-weight: bold;
font-size: .7em;
color: white;
text-align: left;
}
#Roster th.header{
}
#Roster td{
font-size: .6em;
font-family: Arial, Helvetica, sans-serif;
}
#Raster td.header{
text-align: center;
}
#Roster .one{
background-color: #fff;
border-top: 1px solid #58052E;
}
a:visited, a:link, a {
color: black;
}
a:hover{
color: black;
text-decoration: none;
}
