body{
	color: #000000;
	background: #B8DBC0; 
}

a:link, a:visited{
	color:#695A7B;
}

.sectionText{
	color: #695A7B;
	text-align: center;
	font-size: 12pt;
}

.leftNav{
	color: black;
	text-align: left;
	font-size: 24pt;
	width: 25px;
	border: 1px solid black;
}

tr.leftNavRowSelected:hover{
	background: DarkSlateBlue;
}

.leftNavRowSelected{
	background: DimGray;
}
	
tr.leftNavRow:hover{
	background: DarkSlateBlue;
}

.leftNavRow{
	background: LightSlateGray;
}