.para1 {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
.head1 {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-weight: bold;
	color: #728C4A;
}
.head2 {
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #728C4A;
	font-weight: lighter;
	font-style: italic;
}
a:link { 
	color: #0000FF;
	}
a:visited {
	color: #FF00FF;
	}
a:hover {
	color: #CCCCCC;
	background-color: #666666;
	text-decoration: none;
	}
a:active {
	color: #999999;
	}
