﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background: #cccccc;
}
a:link
{
    color: #8A3700;
}
a:visited
{
    color: #542100;
}
a:hover
{
    text-decoration: none;
    color: #A45521;
    }
a:active
{
    text-decoration: none;
    color: #000000;
}

input, select, textarea
{
    font-size:10pt; 
    font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

h1
{
    font-size: 50px;
    font-weight: bold;
    margin: 5px 0 5px 0;
}


h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}

h2
{
    font-size: 25px;
    font-weight: bold;
    margin: 5px 0 5px 0;
}


h2 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}

h3
{
    font-size: 10pt;
    font-weight: bold;
    margin: 5px 0 5px 0;
}


h3 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}

h4
{
    font-size: 10px;
    font-weight: lighter;
    margin: 5px 0 5px 0;
}


h4 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}

h5
{
    font-size: 10px;
    font-weight: normal;
    margin: 5px 0 5px 0;
}

/*
h5 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}
*/

h6
{
    font-size: 10px;
    font-weight: bold;
    margin: 5px 0 5px 0;
}


h6 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}