body {
        font-family: Georgia;
        color: White;
        background-color: #6E7B8B;
}
td {
        font-family: Georgia;
        font-size: 12px;
        font-style: normal;
        color: White;
        background-color: #6E7B8B;
}
h1 {
        font-family: Georgia;
        font-size: 29px;
        color: #Ffffff;
        background-color: #6E7B8B;
}
h3 {
        font-family: Georgia;
        font-size: 24px;
        color: #FFFFFF;
        background-color: #6E7B8B;
}

link {
	font: normal;
	font-variant: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: Silver;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font: normal;
}


p {
        font-family: Georgia;
        font-size: 12px;
        font-style: normal;
        color: #FFFFFF;
        background-color: #6E7B8B;
}
.home {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 10px;
        font-style: normal;
        color: Silver;
        text-decoration: none;
        background-color: #6E7B8B;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00FFFF;
}
