﻿.leftNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	text-decoration: none;
	font-weight:bold;
}
.leftNav a{
	color: white;
	text-decoration: none;
	font-weight:bold;
}
.leftNav a:visited{
	color: white;
	text-decoration: none;
	font-weight:bold;
}
.leftNav a:hover{
	color: purple;
	text-decoration: none;
	font-weight:bold;
}