/* CSS Document */
table.top th {
border: none;
font-size: smaller;
font-weight: normal;
color: #397272;
font-family: Verdana;
background-color: #cccccc;
text-align: center;
}
.name {
border: none;
text-align: left;
background-color: white;
font-weight: bolder;
color: #397272;
font-size: 12px;
width: 200px;
font-family: Verdana;
padding-left: 10px;
height: 24px;
padding-top: 6px;
}
.image {
border: 1px solid #d4d4aa;
padding: 4px 2px 0px;
width: 48px;
background-color: black;
color: #397272;
text-align: center;
}
.screen {
border-style: none none solid;
border-color: #d4d4aa;
border-width: 1px;
font-size: 14px; 
width: 150px;
background-color: white;
text-align: left;
font-family: Verdana;
color: #397272;
padding-left: 10px;
height: 24px;
padding-bottom: 6px;
}
.numbers {
border-style: none none solid;
border-color: #d4d4aa;
border-width: 1px;
font-family: Verdana;
text-align: center;
color: #397272;
background-color: white;
width: 80px;
font-size: smaller;
}
.listname {
border-style: none none solid;
border-color: #d4d4aa;
border-width: 1px;
font-family: Verdana;
text-align: center;
color: #397272;
background-color: white;
width: 200px;
font-size: 14px;
font-weight: bolder;
}
.rank {
border-style: none none solid;
border-color: #d4d4aa;
border-width: 1px;
font-family: Verdana;
text-align: center;
color: #397272;
background-color: white;
width: 80px;
font-size: smaller;
}
