body {
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
	font-family: "Comic Sans MS", Verdana;
	color: #00EE80;
}
a:link {
	font-family: "Comic Sans MS", Verdana;
	color: #3D8762;
}
a:hover {
	color: #9966CC;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: "Comic Sans MS", Verdana;
	color: #3D8762;
}
a:active {
	color: #996699;
}

