a:link { color: black; text-decoration: none }
a:active { color: black; text-decoration: none }
a:visited { color: black; text-decoration: none }
a:hover { color: black; text-decoration: none; font-weight: bold }

a.image:hover { color: black; text-decoration: none; font-weight: normal}

h1
{
font-size: 12pt;
font-weight: bold;
text-align: center;
font-family: monospace;
}

h2
{
font-size: 12pt;
font-weight: normal;
//text-indent: 50px;
font-family: monospace;
}

h2.indent
{
font-size: 12pt;
font-weight: normal;
text-indent: 50px;
font-family: monospace;
}

h2.inline
{
font-size: 12pt;
font-weight: normal;
text-indent: 50px;
margin-left: 20px;
margin-right: 20px;
display: inline;
font-family: monospace;
}


h3
{
font-size: 12pt;
vertical-align: middle;
font-weight: normal;
display: inline;
text-align: center;
font-family: monospace;
}

h4
{
font-size: 10pt;
display: inline;
font-weight: normal;
font-family: monospace;
}