body {
   bgcolor:	white;
   font-size:	14pt;
   font-family: "Times New Roman", Times, serif;
}

span.smaller {
   font-size:	75%;
}

i.smaller {
   font-size:	65%;
}

span.bigger {
   font-size:	125%;
}

span.heading {
   font-size:	135%;
   font-weight:	bold;
   text-align:	left;
   text-decoration: underline 
}
span.subheading {
   font-size:	120%;
   font-weight:	bold;
   text-align:	left;
   text-decoration: underline 
}

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

table {
   width: 800px;
   border: 0px;
   margin: auto;
}

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

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; } 
span.bold { font-weight: bold; }
span.underline { text-decoration: underline; }


p.right { text-align: right; }

hr {
   border-top: 2px solid orange;
   width: 50%;
}



