/* Hex colour codes
#E9F2F9 (light blue)
#1B325F (dark blue)
#A8CDE9 (FH blue)
*/



body
{
font-size:80%;
font-family:arial,'sans serif';
color:#1B325F;
margin:0px;
}

.thick {font-weight:bold}

h1 {font-size:120%;}
h2 {font-size:120%;}
h3 {font-size:100%;
padding:1px;}
h5 {text-align:center}

table.padded-table td { 
	padding-top:5px; 
	padding-right:25px; 
	padding-bottom:0px; 
	padding-left:0px; 
	}
/* spam box*/
.sb { display:none;}


th {background-color:#ADD8E6;}

a:link {color:#1B325F;}      /* unvisited link */
a:visited {color:#1B325F;}  /* visited link */
a:hover {color:#A8CDE9;}  /* mouse over link */
a:active {color:#1B325F;}  /* selected link */
img { border-style: none;} /*no image border*/
