@charset "utf-8";
.HomeHeadings 
{
	font-size: 31px;
	color: #3366FF;
	font-style: italic;
	font-weight: bold;
	font-family: Calibri;
}
.MenuText 
{
	font-family: Calibri;
	font-weight: bold;
	color: #3366FF;
	font-style: italic;
	font-size: 24px;
}
.Text 
{      
        font-family: Arial, Helvetica, sans-serif; 
        text-indent: 5px; 
        font-size: 13px; 
}
.HeavyText 
{      
        font-family: Arial, Helvetica, sans-serif; 
        text-indent: 5px; 
        font-size: 13px;
        font-weight: bold;
        font-style: italic;
}

body
{ 
        background-image:url('OceanBackground.jpg');
        background-repeat:no-repeat;
        background-attachment:fixed;
        background-position:center; 
}
.topandbottom 
{
	font-size: 20px;
	font-weight: bold;
	font-family: Calibri;
}
a:link 
{
	color: #3366FF;
	text-decoration: none;
}
a:visited 
{
	color: #001B55;
	text-decoration: none;
}
a:hover 
{
	text-decoration: underline;
}
a:active 
{
	text-decoration: none;
}
