﻿
body
{
	background-color: #666666;
    font-size:0.7em;
    font-family: Verdana;
    line-height:20px;
    text-align:center;          
}
h1
{
    font-size:1.3em;
    font-family:Calibri;    
    color: #990033;
    font-weight:lighter;        
    margin-top:35px;       
}
h2
{
    font-size:1.0em;
    font-family:Verdana;    
    color: #000000;               
}
h3
{
    font-size:1.5em;
    font-family:Verdana;    
    color: #990033;
    margin-bottom:30px;
    font-weight:lighter;        
}   

h4
{
    font-size:1.3em;
    font-family:Verdana;    
    color: #990033;
    font-weight:lighter;
    margin-bottom:5px;
    text-align:left;
}

ul
{
    list-style-position:outside;
    margin-left:20px;
    margin-top:5px;
}

p
{
    margin-bottom:2px;
    margin-top:2px;
}

li
{
    margin-bottom:8px;
    line-height:15px;
}

a
{
	color: #990033;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
table
{
    margin-left:0px; 
    margin-right:0px;
    margin-top:0px; 
    margin-bottom:0px;
    padding:0;
    border-spacing:0;
	border-style:none;
	border-collapse:collapse;
}

