@charset "utf-8";
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	margin: 5px;
}
.addresstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	background-color: #000000;
	margin: 0px;
	padding: 10px;
}
a:visited {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-weight: normal;
	color: #330066;
	text-decoration: none;
}
.bullettext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8E09DA;
	list-style-type: none;
}
a:link {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #330066;
}
a:hover {
	font-weight: normal;
	text-decoration: underline;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}

