body {

	font-family: arial;
	font-size: 9pt;
	color: black;
}


A {
	text-decoration: none;
	color: #641867;
}

A:hover {
	text-decoration: underline;
}

hr {
	border-width: 1px;
	border-style: dotted;
	border-color: #641867;
}

H1 {
	font-family: arial;
	font-weight: bold;
	color: #641867;
	font-style: italic;
	font-size: 20pt;
}

H2 {
	font-family: arial;
	font-weight: bold;
	color: #641867;
	font-size: 16pt;
}

.purpleBorder {
	border-style: solid;
	border-color: #4c004f;

}



.margin {
	margin: 20px;
}

.menuCategory {
	background-color: #641867;
	color: white;
	padding-left: 5px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: white;
	font-weight: bold;
}

.menuElement {
	color: #895084;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10pt;
}

.menuCategory A, .menuElement A {
	color: white;
	font-size: 10pt;
}

.menuCategory A:hover, .menuElement A:hover {
	text-decoration: underline;
}

.purpleBorder {
	border-style: solid;
	border-color: #4c004f;
}

.creditText {
	font-size: 8pt;
	color: #641867;
}

.creditText A {
	font-weight: bold;
}