
a:link, a:visited, a:active {
   color: blue;
}

h1 {
   font-size: xx-large;
   text-align: center;
   color: black;
}

h2 { 
   font-size: x-large;
   text-align: center;
   color: black;
   text-decoration: underline; 
}
 
span.f0 { font-size: xx-small; } 
span.f1 { font-size: x-small; } 
span.f2 { font-size: small; } 
span.f3 { font-size: medium; } 
span.f4 { font-size: large; } 
span.f5 { font-size: x-large; } 
span.f6 { font-size: xx-large; } 
span.purple { color: purple; } 
p.centered, div.centered { text-align: center; } 
p.right { text-align: right; }
span.bold { font-weight: bold; }
span.underline { text-decoration: underline; }
span.italics { font-style: italic; }


table.sidebar, td.sidebar { width: 340px; border: 0px solid black; text-align: center; }
table.main { width: 95%; border: 0px solid black; }

hr { width: 20%; background-color: black; color: black; height: 1px; border:0;}


