html
{
    background-color:#F0EED0;
}

body, table
{
      font-family: Arial;
      font-size: 10pt;
      color: #990033;
}

a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:active
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

h1
{
    font-size: 26pt;
    color:#990033;
    font-family:Arial;
}

h2
{
    font-size: 20pt;
    color:#990033;
    font-family:Arial;
}

h3
{
    font-size: 14pt;
    color:#990033;
    font-family:Arial;
}

h4
{
    font-size: 12pt;
    color:#990033;
    font-family:Arial;
}

h5
{
    font-size: 10pt;
    color:#990033;
    font-family:Arial;
}

/*
.mandatory
{
    font-weight:bold;
}

.immutable
{
    background-color:InactiveCaptionText;
}
*/

