﻿body 
{
    font-size: 12px;
	background-color:#444844;
	font-family: verdana, geneva, arial, sans-serif;
	color:white;
}

A:link {	
	text-decoration: none;
	color: #FFB047;
}	
A:visited 
{	
	text-decoration: none;
	color: #FFB047;
}	
A:active 
{	
	text-decoration: none;
	color: #FFB047;
}	
A:hover	
{	
	text-decoration: underline;
	color: #FFD59D;
}

.Title 
{
    background-color:#3A3A3A;
    padding:5px;
    font-size: 25pt; 
    font-family: Arial; 
    font-weight: bold; 
    font-style: italic; 
    text-align: left; 
    color: #FFFFFF;
}

.SectionTitle 
{
    background-color:#3A3A3A;
    padding:5px 10px 5px 10px;
    font-size: 12pt;
    font-family: Arial; 
    font-weight: bold; 
    font-style: italic; 
    text-align: left; 
    color: #FFFFFF;
}

.SectionBody 
{
    background-color:#2A2A2A;
    padding:10px;
    font-size: 12px;
    font-family: verdana, geneva, arial, sans-serif; 
    text-align: left; 
    color:white;
    display:table;
}
