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

AAAp {
   line-height: 1.5;
}

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.outer, th.outer, tr.outer, td.outer {
   width: 800px;
   border: 0px;
   margin: auto;
}

table, th, tr, td {
  width: 600px; 
  border: 1px solid black; 
  border-collapse: collapse;
  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; }


