A.sidenav:link {
	Color: White;
	font-weight: bold;
	text-decoration: none;
}
A.sidenav:active {
	Color: White;
	font-weight: bold;
	text-decoration: none;
}
A.sidenav:visited {
	Color: White;
	font-weight: bold;
	text-decoration: none;
}
A.sidenav:hover {
	Color: #FFCC33;
	font-weight: bold;
	text-decoration: none;
}

A.home:link {
	Color: #0000CD;
	text-decoration: none;
}
A.home:active {
	Color: White;
	font-weight: bold;
	text-decoration: none;
}
A.home:visited {
	Color: #0000CD;
	font-weight: bold;
	text-decoration: none;
}
A.home:hover {
	Color: #3CB371;
	font-weight: bold;
	text-decoration: none;
}