/* CSS Document */
body {
	background-color: #7A276B;
	margin: 50px;
	font-size: 14px;

}
p, li {
	font-family: Geneva, "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 14px;
	color: #000000;
}
.main {
	border: thin solid #16017A;
}
.header {
	font-family: Geneva, "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 16px;
	color: #16017A;
	font-weight: bold;
}
a:link, a:visited {
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
.highlight {
	font-weight: bold;
	color: #000066;
}
ul {
	color: #000066;
	list-style-type: disc;
}

