/* HTML element base styles */
BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
LI {
	display: list-item;
	list-style-type: disc;
}

/* Link base styles */
a:link {
	color: White;
	text-decoration: none;
}
a:visited {
	color: White;
	text-decoration: none;
}
a:hover {
	color: White;
	text-decoration: none;
	font-weight: bold;
}
.purple {
	color: Purple;
	text-decoration:  underline
}

/* Main Navigation Menu styles */
.menu {
	font-size: 11px;
	text-align: right;
	width: 110px;
	padding-right: 20px;
	color: White;
	background: Purple;
}
.submenu {
	font-size: 10px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	color: White;
	background: Purple;
}
/* Main Body styles */
.body {
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	color: Black;
	background: White;
}
.header {
	font-size: 20px;
	font-weight: bold;
	color: Purple;
	padding-top: 60px;
	padding-bottom: 30px;
}
.subhead {
	font-size: 16px;
	font-weight: bold;
	color: Purple;
}
.footer {
	font-size: 10px;
	padding-bottom: 30px;
	color: Purple;
}