.fontstyle {
	font-family: "Comic Sans MS";
	font-size: 13px;
	color: #660033;
}
.bgimg {
	background-attachment: fixed;
	background-image: url(bgimg.gif);
	background-repeat: repeat-y;
	background-position: 100px 250px;
}
.bulletstyle {
	list-style-type: square;
}
.highlight {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	color: #000080;
}
.box {
	border: thin double #000000;
}
a:link {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #990099;
	text-decoration: none;
}
a:hover {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #B70000;
	text-decoration: underline;
}
a:active {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #339900;
	text-decoration: none;
}


