
body {
background-color: white;
color: black;
margin-left: 14px;
margin-right: 3px;
font-size: 12pt;
}

h2
{
text-align: center;
font-family: san-serif;
color: black;
letter-spacing: .1em;
}

h3
{
text-align: center;
font-family: serif;
color: black;
letter-spacing: .05em;
}

h4
{
text-align: center;
font-family: serif;
color: black;
letter-spacing: .05em;
}

p.center
{
text-align: center;
color: black;
line-height: 120%;
font-family: serif;
font-size: 12pt;
}

.level1
{
text-indent: 4%;
color: black;
line-height: 120%;
font-family: serif;
font-size: 12pt;
}

.level2
{
text-indent: 4%;
margin-left: 4%;
color: black;
line-height: 120%;
font-family: serif;
font-size: 12pt;
}

.level3
{
text-indent: 4%;
margin-left: 8%;
color: black;
line-height: 120%;
font-family: serif;
font-size: 12pt;
}

a.linkBar:link { font-size: 9pt; text-decoration:none; background-color:yellow; color:black; }
a.linkBar:visited { font-size: 9pt; text-decoration:none; background-color:yellow; color:black; }
a.linkBar:focus { font-size: 9pt; text-decoration:none; background-color:yellow; color:red; }
a.linkBar:active { font-size: 9pt; text-decoration:none; background-color:yellow; color:black; }
a.linkBar:hover { font-size: 9pt; text-decoration:none; background-color:yellow; color:red; }

a.text:link {text-decoration:none; color:black; }
a.text:visited {text-decoration:none; color:black; }
a.text:focus {text-decoration:none; background-color:yellow; color:black; }
a.text:active {text-decoration:none; color:black; }
a.text:hover {text-decoration:none; background-color:yellow; color:black; }


