body{font-family: Verdana, Tahoma, Arial; font-size: 13px; line-height: 17px}
A:link {color: blue;}     
A:visited {color: magenta;}  
A:hover {color: purple;}  
A:active {color: red;}    
h1{font-size: 24px; line-height: 30px; color: #003399; font-family: Verdana, Georgia, helvetica, Times New Roman;}
h2{font-size: 18px; line-height: 22px; color: #993300; margin-bottom: 8px; font-family: Comic Sans MS, Verdana, Georgia, helvetica, Times New Roman;}
h3{font-size: 15px; line-height: 17px; color: #660033; margin-bottom: 8px; font-family: Verdana, Georgia, helvetica, Times New Roman;}
h4{font-size: 14px; color: #330033;}
UL{font-size: 13px; color: #003399}
LI{font-size: 13px; line-height:18px}
P{font-size: 13px; line-height: 18px}
td { font-size: 13px}
.spaced {  margin-top: 5px; margin-bottom: 5px}

.Larger {font-size: 15px}
.large {font-size: 16px; color: #000000; margin: 2px; font-weight: bold; font-family: Verdana, Georgia, helvetica, Times New Roman;}

// worksheets
.smallitalic {font-family: Times New Roman, Times, serif; font-size: 12px;}
.largemono {font-family: Courier New, Courier, mono; font-size: 18px; line-height: 22px;}
.time {font-size: 16px; color: #000000; font-weight: bold; font-family:  Verdana; display: inline;} 
.number {font-size: 19px; color: #000000; font-weight: normal; font-family: Arial, Verdana; display: inline;}
// make good numbers: Arial-small and tiny space, Arial Black-too thick, Comic Sans MS-OK,space small, Courier New-poor, Georgia-too fancy, Impact-too thin, Times New Roman-too fancy, Trebuchet MS-average, Verdana-best

// representing fractions
span.fracv sup, span.fracv sub { display: block;  width:100%; text-align:center; font-size: 85%;}
span.fracv sup { text-decoration: underline; } 
span.fracv sub { line-height: 1; }

span.frac sup, span.frac sub {font-size: 85%; vertical-align: baseline; position: relative; font-family: Verdana, Georgia, Courier New;}
span.frac sup {top: -0.5em; left: 0.20em;}
span.frac sub {top: 0.15em; left: -0.15em;}

// create worksheets highlighting
.graphic:link {border: 1px solid #FFCCFF;}
.graphic:visited {border: 1px solid #FFCCFF;}
.graphic:hover {border: 1px solid blue;}

