body {
	background-attachment: fixed;
	background-color: #00b2ec;
	background-image: none;
	background-repeat: no-repeat;
	color: #000000;
	font-family: Arial, Helvetica, "Times New Roman";
	font-size: medium;
	font-style: normal;
	line-height: normal;
	text-align: center;
}

h3 {
	color: #007524;
	font-family: Arial, Helvetica, "Times New Roman";
	font-size: large;
	font-weight: bolder;
	text-align: center;
}

p {
	color: #000000;
}

a {
	color: #0000ff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	cursor: hand;
	filter: Invert;
	text-decoration: none;
}
a:hover {
	color: #CC00FF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	cursor: hand;
	filter: Light;
	text-decoration: none;
}
