<!--
body {font-family: Verdana, Arial, Helvetica, sans-serif; color: Black; font-size: 90%; background-color: Cornsilk; }

td {font-family: Verdana, Arial, Helvetica, sans-serif; color: Black; font-size: 90%; /*text-align: justify;*/ }
td.bgc_nonactive {background-color: Cornsilk; } /*This colour to be the same as the body background colour*/
td.bgc_active {background-color: BurlyWood; } /*This colour to be the active cell colour*/

h1 {font-family: Californian FB, Verdana, Arial, sans-serif; color: #4ea2c7; font-weight: bold; font-size: 100%; }
h2 {font-family: Californian FB, Verdana, Arial, sans-serif; color: #4ea2c7; font-weight: bold; font-size: 100%; }
h3 {font-family: Californian FB, Verdana, Arial, sans-serif; color: #4ea2c7; font-weight: bold; font-size: 100%; }

a {text-decoration: none; font-weight: bold; font-size: 100%; }
a:link    { color: #333399; }
a:visited { color: #333399; }
a:hover   { text-decoration: underline; color: #651542; }
a:active  { color: Red; }

hr {margin-top: 5px; width: 80%; height: 1px; color: gray }

ol {list-style-type: decimal; }
ul {list-style-type: square; }

-->