h2 {
	font-family: "Comic Sans MS", Arial, sans-serif;
	color: #FFFFCC;
}
h3 {
	font-family: "Comic Sans MS", Arial, sans-serif;
	text-align: center;
	color: #6666CC;

}
p {
	margin-right: 40px;
	margin-left: 40px;

}
a:link {
	color: #6666CC;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #6666CC;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;

}
a:active {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;

}
