h1
{
color: orange;
text-align: center;
font-weight: normal;
font-size: 14pt;
font-family: arial;
}
h2
{
color: red;
text-align: center;
font-size: 14pt;
font-family: arial;
font-weight: normal;
}
h3
{
color: blue;
text-align: center;
font-size: 14pt;
font-family: arial;
font-weight: normal;
}
h4
{
color: red;
text-align: left;
font-size: 10pt;
font-family: arial;
font-weight: bold;
}
h5
{
color: black;
text-align: center;
font-size: 8pt;
font-family: arial;
font-weight: normal;
}
h6
{
color: black;
text-align: center;
font-size: 10pt;
font-family: arial;
font-weight: bold;
}
body
{
background-color: white;
}
a:link {color:red}
a:visited {color:#999999}
a:active {color:black}
a:hover {color:black}
}
img
{
border: 0;
}