body {
padding:0;
margin:0px;
background-color: #0736AF; /* bg color of entire page */
}
table {
font-family: Arial, Helvetica, Sans-serif;
font-size: 12px;
font-weight: bold;
color: #DAF9FF;
width: 310px;
background-color: #3CACD1;
padding:0 0 0 0;
margin:0 0 0 0;
border-width: 0px 0px 0px 0px;
border-spacing: 0px;
border-style: hidden hidden hidden hidden;
border-collapse: collapse;
}

/* image at top of scores table */
#banner{
width:310px;
height:111px;
background-image: url('3dsuperball_banner.jpg');
}

/* image at bottom of scores table */
#footer{
width:310px;
height:45px;
background-image: url('3dsuperball_footer.jpg');
}

/* Do not edit this "ads" block */
#ads{
font-family: Arial, Helvetica, Sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
position:absolute;
left :400px;
top :20px;
}
/* Do not edit this "ads" block */

.header{
float: center;
clear: both;
font-family: Arial, Helvetica, Sans-serif;
font-size: 14px;
font-weight: bold;
width: 100%;
height: 20px;
margin:0px auto 0 auto;
padding:0 0 0 0 
}

/* First alternating color for score rows */
.tr1{
background-color: #3CACD1;
text-align:left;
}

/* Second alternating color for score rows */
.tr0{
background-color: #322781;
text-align:left;
}

.active {
text-align: center;
width:155;
font-size: 14px;
font-weight: bold;
background-color:#3CACD1;
}

.inactive {
text-align: center;
width:155;
font-size: 14px;
font-weight:normal;
background-color:322781;
}

a:link {
color:#FFFFFF;
text-decoration:none;
}

a:visited {
color:#FFFFFF;
text-decoration:none;
}
a:hover {
color:#FFFFFF;
text-decoration:underline;
}

a:active {
color:#FFFFFF;
text-decoration:none;
}