a {color:blue; font-weight: bold; }
a:active {color:blue;  }
a:link {color:blue; }
a:visited { color:blue;}
a:hover {
	color: blue; 
	background: white; 
	/*border: 3px #09f outset;*/
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
    padding:4;
}

blockquote {
	margin-top: 0px; margin-bottom: 0px;
	color: #000000;
	margin-right: 0px;
	margin-left: 13px;
}

ol {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000
}


h1 {
	font-size: 15px;
	font-weight: bold;
	color: #cc0000;/*themecolour1;*/
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 14px;
	color: #0e5a13;/*themecolour2;*/
	margin: 0px;
	padding-left: 20px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;

}
body {
	background-color: white;/*themecolour1;*/	
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
    background: white; 
}

.style1 {font-size: 14pt;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}

.style1 a:hover {
	color: red;
	border: 3px #09f outset;
}
.style1 a {
	color:red;
	font-weight: bold;
}
.style1 a:active {color:red; }
.style1 a:link {color:red;}
.style1 a:visited { color:red;}
