﻿*
{
    margin:0px;
    padding:0px;
}

body
{
	padding-top: 10px;
	padding-bottom: 0px;
	
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 14px;

	line-height: 110%;
	margin-top: 0px;
	margin-bottom: 0px; 
	text-align: left;
	
    background-color: #a5c9ea;
}


h1 {
    font-family:Georgia, "Times New Roman" , Times, serif; 
    font-size: 18px;
    padding: 5px;
    margin: 10px 0px 0px 3px;
    line-height:100%;
    color: #1F3E9B;
}
h2 {
    font-family:Georgia, "Times New Roman" , Times, serif; 
    font-size: 1.1em;
    padding: 5px;
    margin: 10px 0px 0px 3px;
    line-height:100%;
    color: #1F3E9B;    
}
p {
    font-family: Georgia, "Times New Roman" , Times, serif; 
    font-size: 14px;
 
    
    padding: 0px 5px;
    margin: 1.2em 0px;
    
    line-height:normal;
    color: #333;
}
li {
    font-family: Georgia, "Times New Roman" , Times, serif; 
    font-size: 1em;
    padding: 2px 10px 2px 10px;
    margin: 0px 0px 0px 7px;
    line-height:normal;
    color: #333;
}

a 
{
    	font-size: 14px;
}

a:focus
{
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
}

a:link,a:visited,a:active
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

byebye
{
     color: #003300
}

byebye a,a:link,a:visited,a:active,a:hover
{
   color: #003300
}

