﻿BODY
{
    text-align:center;
    font-size: 12px;
    font-family: Georgia;
    color: white;
}
TD
{
     font-size: 12px;
    font-family: Georgia;
    color: white;
}

A:active
{
   
    COLOR: #ffffff;
    TEXT-DECORATION: none
}
A:hover
{
   
    COLOR: #ffffff;
    TEXT-DECORATION: underline
}

A
{
   
    COLOR: #ffffff;
    TEXT-DECORATION: none
}
H1
{
    font-weight: bold;
    font-size: 16px;
    font-family: Georgia;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px 2px 2px 0px;
    color: white;

}
H2
{
    font-weight: bold;
    font-size: 14px;
    font-family: Georgia;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px 2px 2px 0px;
    color: white;

}
H3
{
    font-weight: bold;
    font-size: 13px;
    font-family: Georgia;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px 2px 2px 0px;
    color: white;

}
H4
{
    font-weight: bold;
    font-size: 12px;
    font-family: Georgia;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px 2px 2px 0px;
    color: white;
}
H5
{
    font-weight: bold;
    font-size: 11px;
    font-family: Georgia;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px 2px 2px 0px;
    color: white;

}
H6
{
    font-weight: bold;
    font-size: 10px;
    font-family: Georgia;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px 2px 2px 0px;
    color: white;

}
.boldtext
{
    font-size: 12px;
    font-family: Georgia;
    color: white;
    font-weight: bold;
}
.contenttext
{
	color:#cccccc;
	}

div#wrapper { 
    text-align:center; /* reset text alignment */ 
    width:800px; /* or a percentage, or whatever */ 
    margin:0 auto; /* for the rest */ 
} 