body {
	font-family: Verdana,Arial,sans-serif;
	max-width: 1200px;
	background-color: rgb(220, 191, 225);
}

h1, h2, h3 {
	color: rgb(137, 71, 146);
	font-family: Andy,"Comic Sans MS",Verdana,Arial,sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 28pt;
}

h2 {
	font-size: 18pt;
}

h3 {
	font-size: 14pt;
}

p {
	font-family: verdana,arial,sans-serif;
}

.rev {
	color: white;
}

dd {
	margin-bottom: 10px;
}

table {
	font-family: Verdana,Arial,sans-serif;
}

hr {
	border-top: 3px double #c00;
	width: 40%;
	height: 3px;
	text-align: center;
}

a:link {
	color: rgb(137, 71, 146);
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: rgb(255, 0, 0);
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: rgb(252, 35, 102);
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	background-color: rgb(137, 71, 146);
	color: rgb(255, 255, 255);
	text-decoration: none;
	font-weight: bold;
}
