p {
    text-align:justify;
    font-color:#ffffff;
    font-size:12px;line-height:14px;
    padding:2px;
}

table.hitting{
width:100%;
align:center;
background-color:white;
border-style:solid;
border-color:black;
border-width:2px;
border-collapse:collapse;

}

tr.header {

font:bold;
background-color:gray;
}

table.hitting td {
text-align:center;
padding: 2px;
font-size:12px;line-height:14px;
border-style:solid;
border-color:black;
border-width:1px;
}

table.fielding {

align:left;
background-color:white;
border-style:solid;
border-color:black;
border-width:2px;
border-collapse:collapse;

}

table.fielding td {
text-align:center;
padding: 2px;
font-size:12px;line-height:14px;
border-style:solid;
border-color:black;
border-width:1px;
}


table.stats {
border:1px;
}

table.stats td {
    font-size:12px;line-height:14px;
    background-color:#FFCC99;
    border:1px;

}


table.new{

}

table.new td {
text-align:center;
	padding: 2px;
    font-size:12px;line-height:14px;

}

table.sortable{

}

table.sortable td {
text-align:center;
	padding: 2px;
    font-size:12px;line-height:14px;

}

table {

}

table.stats {
    font-size:12px;line-height:14px;
    background-color:#FFCC99;
    border:1px;
}

ul {
    text-align:justify;
    color:black;
    font-size:12px;line-height:14px;
    padding:2px;
}

a {
   color:#990000;text-decoration: none;visited-link:#990000;
}
h1 {
   color:#000099;
   font-size:14px;line-height:16px;
   cell-spacing:0px;
}


<!--
a:link {color:#000099;}
a:visited {color:#000099;}
a:hover {color:#ff0000;}
-->

BODY {
      font-family:"Arial"; 
      font-size:14;
}