body {
       background-color: white;
       color: black;
       font-family: arial, sans-serif;
}
a.menu-link
{
	color: white;
	background: "00aaaa";
	text-decoration: none;
	font-family: arial, sans-serif;
	font-weight: bold;
}

a.menu-link:link, a.menu-link:visited {
       color: white;
}

a.menu-link:active, a.menu-link:hover {
       color: black;
}

a.text-link {
       color: blue;
       background: transparent;
       text-decoration: none;
       font-family: arial, sans-serif;
}

a.text-link:link, a.text-link:visited {
       color: blue;
}
a.text-link:active, a.text-link:hover {
       color: blue;
       text-decoration: underline;
}

