a:link{
	color: #0000FF;
	text-decoration: none;
}

a:visited{
	color: purple;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.menuBar {
	color: #990000;
	background-color: #FFFFCC;
	border-bottom-width: 0.5px;
	border-bottom-style: groove;
	border-bottom-color: #999999;
	padding-bottom: 1em;
	padding-top: 0.5em;
	font-weight: bold;
}

.menuBar a:link {
	color: #990000;
	text-decoration: none;

}

.menuBar a:visited{
	color: purple;
	text-decoration: none;
}

.menuBar a:hover {
	text-decoration: underline;
}

.sideMenuBar {
	color: #990000;
	background-color: #FFFFCC;
	border-bottom-width: 0.5px;
	border-bottom-style: groove;
	border-bottom-color: #999999;
	padding-bottom: 1em;
	padding-top: 0.5em;
}

.sideMenuBar a:link {
	color: #990000;
	text-decoration: none;

}

.sideMenuBar a:visited{
	color: purple;
	text-decoration: none;
}

.sideMenuBar a:hover {
	text-decoration: underline;
}

.Title {
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 2em;

}

.subTitle{
	color: #000000;
	text-indent: 1.5em;
	line-height:40%;
}

.subTitle a:link {
	color: #000000;
	text-decoration: none;

}

.subTitle a:visited{
	color: purple;
	text-decoration: none;
}

.subTitle a:hover {
	text-decoration: underline;
}

.summary {
	background-color: #CCCCCC;
	margin-right: 10%;
	margin-left: 10%;
	padding-right: 2%;
	padding-left: 2%;
}
.summary:first-letter {
	font-size: 200%;
	color: #990000;
}