h1
{
font: bold 10pt Arial, sans-serif;
color: #000000;
width: 100%;
padding: 0; 
margin: 0px;
letter-spacing: 1px;
text-decoration: underline;
background-color: #fff;
text-transform: uppercase;
text-align: left:
}

h2
{
font: bold 10pt Arial, sans-serif;
color:  green;
padding: 0; 
width: 100%;
letter-spacing: 1px;
text-decoration: underline;
background-color: #fff;
}
.h2 a:link
{
text-decoration: none;
color: green;
border-bottom: 1px dotted #c30;
}

.h2 a:visited
{
text-decoration: none;
color: #c30;
border-bottom: 1px dotted #003;
}

.h2 a:hover 
{
color: #fff;
text-decoration: none;
background-color: #cc0000;
}


h3
{
font: bold 10pt Arial, sans-serif;
color: #656565;
padding: 0; 
width: 100%;
letter-spacing: 1px;
text-decoration: none;
background-color: #fff;
text-align: left;
text-transform: uppercase;
}
.h3 a:link
{
text-decoration: none;
color: #656565;
border-bottom: 1px dotted #c30;
}

.h3 a:visited
{
text-decoration: none;
color: #c30;
border-bottom: 1px dotted #003;
}

.h3 a:hover 
{
color: #fff;
text-decoration: none;
background-color: #cc0000;
}


h4
{
font: bold 10pt Arial, sans-serif;
background-color: #c33;
color: #fff;
padding: 0 0 0 15px; 
letter-spacing: 1px;
text-decoration: none;
text-transform: uppercase;
text-align: left;
}

h5
{
font: bold 10pt Arial, sans-serif;
color: #000;
text-align: center;
width: 90%;
padding: 0 0 15px 0; 
margin: 0px;
letter-spacing: 1px;
text-decoration: underline;
background-color: #fff;
text-transform: uppercase;
}

h6
{
font: bold 10pt Arial, sans-serif;
color: #fff;
text-align: center;
width: 100%;
padding: 5px 0; 
letter-spacing: 1px;
text-decoration: none;
background: #000 url(template/h6.gif);
text-transform: uppercase;
}