/* Global Styles */

body {
	margin: 3px;
	background: #283C83;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 500;
}

	
a:link {
	color: #F3EC9E;
	text-decoration: none;
	font-weight: bold;
}
a:visited 		{
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}	
a:hover {
	color: #9B0000;
	text-decoration: underline;
	background-color: #FFFFFF;
}
a:active 		{
	color: #9B0000;
	text-decoration: none;
	font-weight: bold;
}	
.footer {
	font: 14px Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight:400;
}

.heading {
	font-family: "Script MT Bold";
	font-size: 28px;
	color: #EEEEEE;
}
.message {
	font-family: "Script MT Bold";
	font-size: 20px;
	color: #EEEEEE;
}
