h1 
{
 font-family: Arial,sans-serif;
 font-weight: bold;
 font-size: 16pt;
 color: #B22222;
 line-height: 125%;
}

h2 
{
 color: #FF6347;
 font-family: Arial, sans-serif;
 font-size: 14pt;
 font-weight: bold;
 line-height: 125%;
}

h3 
{
 color: #6B8E23;
 font-family: Arial, sans-serif;
 font-size: 12pt;
 font-weight: bold;
 line-height: 125%;
}

h4 
{
 color: #4682B4;
 font-family: Arial, sans-serif;
 font-size: 12pt;
 font-weight: bold;
 line-height: 125%;
}

h5 
{
 color: #FF8C00;
 font-family: Arial, sans-serif;
 font-size: 12pt;
 font-style: italic;
 font-weight: bold;
 line-height: 125%;
}

h6 
{
 color: #545454;
 font-family: Arial, sans-serif;
 font-size: 12pt;
 font-style: italic;
 font-weight: bold;
 line-height: 125%;
}

body 
{
 background-color: rgb(255,254,253);
 border-width: 5;
 color: #262626;
 font-family: Arial, sans-serif;
 font-size: 10pt;
 line-height: 125%;
}

a.mylink:link, a.mylink:visited 
{
 color: #333;
 text-decoration: none;
 font-size: 13px;
 font-weight: bold;
}

a.mylink:hover, a.mylink:active 
{
 color: #DC143C;
 border-bottom-color: green;
 border-bottom-style: solid;
 border-bottom-width: thin;
 background-color: white;
}

td 
{
 font-family: Arial, sans-serif;
 font-size: 10pt;
 line-height: 125%;
 color: #262626;
}
