body /* for ie6 and below */ { font-size: 90%; color: #3a3939; background: #e6f0fa;   }
html>body /* for all other browsers */ { font-size: 12px; background: #e6f0fa; }
p, h2, h3, h4, h5, h6, ul, ol, dl, form, blockquote, fieldset, table  /* = 6px of spacing between lines making 21px total line-height */
{ line-height: 1.5em; }
p, h2, h3, h4, h5, h6, ul, ol, dl, form, blockquote, fieldset, table  /* set margins to preserve 21px line-height by matching line-height */
{ font-size: 1em; margin-top: 1.5em; margin-bottom: 1.5em; }
body, form { font-family:  Verdana, Arial;   }
h1 {  font-size: 1.5em; line-height: 0.875em; margin-top: 0; margin-bottom: 1.25em; color: #e11e03; }
h2 { /* 18px */ font-size: 1.285714em;  font-weight: normal; line-height: 1.166667em; margin-bottom: 1.166667em; margin-top: 1.166667em; color: #3a3939;  }
h3 { /* 14px */ font-size: 1em;  font-weight: bold; line-height: 1.5em; margin-top: 1.5em; margin-bottom: 1.5em;  color: #3a3939;  }
h4 { /* 14px */ font-size: 1em;  font-weight: bold; line-height: 1.5em; margin-top: 1.5em; margin-bottom: -1.5em;  color: #3a3939; }

/* links */

.content {
width: 900px;
border: solid 1px #2c3736;
background-color: white;
margin-top: 0;
padding: 0px;
height: auto;
}

.indexblurb {
padding: 5px 5px;
}

table.fixtures {
border: solid 1px black;
border-collapse: collapse;
}

table.fixtures td {
border: solid 1px black;
padding: 2px 2px 2px 2px;
}


div.page {
padding: 5px;
height: auto;
margin: 0;
}

div.newfooter {
width: 890px;
font-size: 90%;
padding: 5px;
background: url('../images/foot.jpg') no-repeat;
color: white;
border: 1px solid #000033;
clear: both;
height: 118px;
text-align: center;
margin-top: 0px;
}

.newfooter a {
color: white;
text-decoration: none;
}

/* centering */
.center /* centers fixed width column, used for footer, header and content */ { width: 900px;  margin: 0 auto; position: relative; z-index: 8000; }
