a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #2C69A0;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #2C69A0;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #2C69A0;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

a:hover     {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
	
}

TABLE {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	color: #000000;
}

BODY {
	background-image: url(../img/palms.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #4B94E1;
}