A:link {
	color: #0000ff;
	text-decoration: underline;
}
A:visited {
	color: #00ccff;
	text-decoration: underline;
}
A:hover {
	color: #0066ff;
	text-decoration: none;
}

body {
	background-color: #ffffff;
}

.style1 {
	font-style: italic;
	font-size: 48px;
	font-family: "FranklinGot T DemCon";
	color: #000000;
}
.style2 {
	font-style: bold;
	font-size: 18px;
	font-family: "FranklinGot T DemCon";
	color: #000000;
}
.style3 {
	font-style: italic;
	font-size: 18px;
	font-family: "Comic Sans MS";
	color: #000000;
}
.style4 {
	font-size: 16px;
	font-family: "Comic Sans MS";
	color: #cc66ff;
}
