body {
background: #116622;
background-image:url("http://jut.net/kickball/images/grass2.jpg");
background-attachment:fixed;
font-family: Comic Sans MS, Comic Sans, Trebuchet MS, Verdana, arial, 
helvetica, sans-serif;
font-size: 14px;
color: #ffffff;
}

a:link { color: #ffff00; text-decoration: underline 1px dotted }
a:visited { color: #dddd00; text-decoration: none }
a:hover { color: #000000; 
          background: #ffffff; 
          text-decoration: none }
a.td:link { color: #0055aa; text-decoration:  underline 1px dotted }
a.td:visited { color: #007733; text-decoration: none }
a.td:hover { color: #000000; background: #bbeebb; 
            text-decoration: none }


h1 {
text-align:center
}

table {
vertical-align:top;
empty-cells: show;
border: dotted 1px #006600;
border-collapse:collapse;
}

table.main {
width: 100%;
background: #ffffdd;
vertical-align:top;
}

table.sidebar {
margin-left: 5px;
width: 25%;
height: 100%;
float: right;
background: #ccffcc;
border: dashed 1px;  
border-color: #000000;
margin-right: 5px;
}

table.sidebar:hover {
background: #ddffdd;
/* border: solid 1px; */ 

}

td {
font-family: Comic Sans MS, Comic Sans, Trebuchet MS, Verdana, arial, 
helvetica, sans-serif;
font-size: 14px;
color: #000000;
padding: 2px;
}

td.main {
padding: 2px;
margin-left: 5px;
margin-right: 5px;
border: #006600 1px dotted;
}

td.chart {
padding: 2px;
margin-left: 5px;
margin-right: 5px;
border: #006600 1px dotted;
}

td.chart:hover {
border: dashed 1px;
background: #ffffaa;
}

.content {
margin-left: 5px;
margin-right: 5px;
}

.center-text {
text-align: center;
}

.highlighter {
background: #00ff00;
color: #000;
}

.ourgame {
 background: #cfc;
 color: #000;
}
/*
.ourref {
 font-weight:heavy;
}
*/
tr.notourgame {
 font-size:85%;
}


p, { margin: 4px; 
     padding: 2px; 
   }

