.header {
	font-family: Comic Sans MS, Arial;
	font-size: 32px;
	font-weight: bolder;
	color: #000000;
}

.header:link {
	text-decoration: underline;
}

.header:visited {
	text-decoration: underline;
	color: #000000;
}
	
.header:active {
	text-decoration: underline;
	color: #000000;
}
.header2 {
	font-family: Comic Sans MS, Arial;
	font-size: 20px;
	font-weight: bolder;
	color: #000000;
}
.mainbody {
	font-family: Comic Sans MS, Arial;
	font-size: 14px;
	color: #000000;
}
