a {
text-decoration: none;
font-size: 12pt;
}
a:link { color: #ccccff; }
a:visited { color: #ffccff; }
a:active { color: #ff0000; }

a:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #ff3333;
}

a.menu {
   font-size: 14pt;
}
a.menu:hover { 
  color: #74D1F4;
}
a.menu:visited {
  color: #ccccff;
}

body { margin: 0px; }
{margin: 0px; }

TABLE { 
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto
}
TD { 
text-align: left;
font-size: 12pt; }

TH { 
font-weight: normal;
text-align: center; 
speak-header: always;
font-size: 12pt;
}

p {
  font-family: Garamond, "Times New Roman", serif; 
  color: #000000;
  font-size: 14pt;
  text-decoration: none;
}
p.menu {
  color: #ccccff;
  background-color: #333366;
  font-size: 14pt;
}
p.body {
  text-align: left;
}
p.bodyc {
  text-align: center;
}
p.bodyr {
  text-align: right;
}
p.smalltitle {
  color: #ccccff;
  background-color: #669999;
  text-align: center;
  font-size: 24pt;
  padding: 0 36pt 0 36pt;
}
p.smallertitle {
  color: #ccccff;
  background-color: #669999;
  text-align: center;
  font-size: 18pt;
  padding: 0 36pt 0 36pt;
}
p.smallesttitle {
  color: #ccccff;
  background-color: #669999;
  text-align: center;
  font-size: 14pt;
  padding: 0 36pt 0 36pt;
}
p.title {
  color: #ccccff;
  background-color: #669999;
  text-align: center;
  font-size: 36pt;
  padding: 0 36pt 0 36pt;
}
p.caption {
  text-align: center;
  color: #ccccff;
  background-color: #333366;
  font-size: 18pt;
  text-decoration: none;
}


h1 {
text-indent: 1.2cm;
text-align: left;
font-size: 14pt;
}
h1.one { text-indent: 2.2cm; }
h1.two { text-indent: 3.2cm; }
h1.thr { text-indent: 4.2cm; }
h1.fou { text-indent: 5.2cm; }
h1.fiv { text-indent: 6.2cm; }

div {
padding: .5cm;
}

div.purple {
background-color: #333366;
text-align: center;
color: black;
}

div.green {
background-color: #669999;
color: black;
text-align: center;
}

.spanish { font-style: italic; }

caption {
text-align: right;
font-size: 9pt;
}


