td	{ margin: 0px; font-family: Arial, Helvetica, sans; font-size: 11px; }

span.MainText { font-family: Arial, Helvetica; font-size: 10pt; color: darkblue }
.MainText { font-family: Arial, Helvetica; font-size: 10pt; color: darkblue }
.MainTextBold { font-family: Arial, Helvetica; font-size: 10pt; color: darkblue; font-weight: bold }
.MenuTitle { font-family: Arial, Helvetica; font-size: 12pt; color: darkblue; font-weight: bold }
.MenuItem { font-family: Arial, Helvetica; font-size: 10pt; color: darkblue; font-weight: normal }
.justify { text-align: justify; }

span.footertext { font-family: Arial, Helvetica; font-size: 10px; color: darkblue }
.footertext { font-family: Arial, Helvetica; font-size: 10px; color: #00699B}

h1, p, a, body {font-family: Arial, Helvetica: font-size: 10pt; colour: darkblue}


ul.lists li { color:#00699B }
ul.lists li span { color:#00699B }

a.link.MenuLink {color: #0000FF; font-weight: bold; text-decoration: none}
a.active.MenuLink {color: #0000FF; font-weight: bold; text-decoration: none}
a.hover.MenuLink {color: #FF0000; font-weight: bold; text-decoration: none}
a.visited.MenuLink {color: #0000FF; font-weight: bold; text-decoration: none}
a.visited:hover.MenuLink {color: #FF0000; font-weight: bold; text-decoration: none}
a.visited:active.MenuLink {color: #0000FF; font-weight: bold; text-decoration: none}

link.MenuLink {color: #0000FF; font-weight: bold; text-decoration: none}
active.MenuLink {color: #0000FF; font-weight: bold; text-decoration: none}
hover.MenuLink {color: #FF0000; font-weight: bold; text-decoration: none}
visited.MenuLink {color: #0000FF; font-weight: bold; text-decoration: none}
visited:hover.MenuLink {color: #FF0000; font-weight: bold; text-decoration: none}
visited:active.MenuLink {color: #0000FF; font-weight: bold; text-decoration: none}

#popitmenu{
position: absolute;
background-color: white;
border:1px solid blue;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: red;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: yellow;
}

<!--
div.Section1
	{page:Section1;}
span.GramE
	{}
span.SpellE
	{}
-->


a:link {color: blue; font-weight: bold; text-decoration: none}
a:active {color: blue; font-weight: bold; text-decoration: none}
a:hover {color: red; font-weight: bold; text-decoration: none}
a:visited {color: blue; font-weight: bold; text-decoration: none}
a:visited:hover {color: red; font-weight: bold; text-decoration: none}
a:visited:active {color: blue; font-weight: bold; text-decoration: none}