body {
  
  font: 12px Verdana, Geneva, Arial, helvetica, sans-serif;
  color: #000040;
  scrollbar-base-color: #000040; 
}
a:link {
	font: 12px;
	color: #000040;
	text-decoration: underline;
}
a:visited 
{
	font: 11px;
	color: #000040;
	text-decoration: underline;
}
a:link:hover {
	font: 12px;
	color: #0033cc;
	text-decoration: underline;
}
.background {
	background-color: #ffffff;
	text-decoration: underline;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #000040;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #000040;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}

h2 {
	font-size: 16px;
	font-weight: bold;underline;
	margin-top: 0px;
	margin-bottom: 3px;
}
.highlightbox {
	background-color: #dbdbd9;/*themecolour1%90;*/
	padding: 4px 30px;
	border: 1px solid #333333;
}