.head {
	padding: 5px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #AB0006;
	font-family: "Comic Sans MS";
	font-size: 24px;
	font-weight: bold;
}
.body {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-weight: bold;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
}
.warning {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
.copywrite {
	font-family: "Comic Sans MS";
	font-size: 10px;
	color: #000000;
	background-color: #AB0006;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.largead {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-weight: bold;
	color: #e6e6e6;
}

a {
	color: #C30F16;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #490073;
	font-weight: bold;
	text-decoration: underline;
	background-color: #AB0006;
}

