html, body, h1, h2, h3, h4, h5, h6, p, li, pre, code, address, variable, form, fieldset, 


td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { 

border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; 

}
q:before, q:after { content:''; }

p {
margin-top: 25px;
}

ol, ul {
	margin: 0px;
	padding: 0px;
}


table.stat {
background-color: #FFF;
margin-left: 15px;
margin-bottom: 10px;
font-family: "Trebuchet MS", Helvetica, sans-serif;
color: #403151;
border-spacing: 10px 0px;
}

table.stat td {
background-color: #CCC0DA;
}


table.stat td.odd {
background-color: #E4DFEC; 
color: #403151;
}


/* "Model" heading */
table.stat tr.model {
background-color: #FFC000;
color: #403151;
font-size: 20px;
}

table.stat tr.model th {
text-align: center;
font-family: "Comic Sans MS", Arial, seriff;
}

/* Model names heading */
table.stat tr.heading th {
background-color: #FFDE75;
color: #403151;
font-size: 18px;
font-weight: bold;
text-align: center;
}


/* Make "Week" column green */
table.stat tr.results td.heading, table.stat tr.odd td.heading {
background-color: #338950;
color: #FBEF99;
width: 50px;
}

/* rows for days */
table.stat tr.results td, table.stat tr.odd td {
padding: 1px 5px;
font-size: 14px;
text-align: center;
width: 170px;
}


h2 {
border: 5px ridge #FFCC00;
background-color: #403151;
padding: 5px;
margin: 5px;
margin-left: 15px;
color: #FFCC00;
width: 350px;
text-align: center;
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 20px;
font-weight: strong;
}
