/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom:10px;
}
a:link {
	color: #0000FF;
	text-decoration: none;
	font-family: Arial;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
	font-family: Arial;
}
a:active {
	color: #0000FF;
	font-family: Arial;
}
a:hover {
	color: #00CCFF;
	text-decoration: underline;
	font-size: 100%;
	font-family: Arial;
}
.style5 {
	font-family: "Century Gothic";
	font-weight: bold;
	margin-left: 5px;
	color: #FFFFFF;
	font-size: 18px;
}

