@charset "utf-8";
/* CSS Document */

body {
	background-color: #F8EFD1;
	background-image: url(../image/jamaicabeachgrad.jpg);
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #377CB7;
}

a:link 
{
color: #000080;
text-decoration: none;
}

a:visited 
{
text-decoration: none;
color: #008080;
}

a:hover
{
text-decoration: underline;
color: #FF6600;
}

a:active 
{
	text-decoration: none;
	color: #FF6600;
}.xsmall {
	font-size: x-small;
}