.body {
	font-size : 12px;
	font-family : verdana, arial, sans-serif;
	color : white;
	background-color : black;
}
.banner {
	background-color : black;
}
.sidenav {
	font-family : verdana, arial, sans-serif;
	font-size : 14px;
        font-weight : normal;
}

A:link     {
     color: "aabbff";
     text-decoration: underline;
}
A:visited  {
     color: "aabbff";
     text-decoration: underline;
}
A:hover    {
     color: "red";
     text-decoration: underline;
}
A:active   {
     color: "aabbff";
     text-decoration: underline;
}

A.sidenav-normal:link     {
     color: "aabbff";
     text-decoration: none;
}
A.sidenav-normal:visited  {
     color: "aabbff";
     text-decoration: none;
}
A.sidenav-normal:hover    {
     color: "red";
     text-decoration: none;
}
A.sidenav-normal:active   {
     color: "aabbff";
     text-decoration: none;
}