html, body {
	margin: 3;
	padding: 3;
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: navy;
	font-size: 90%;
	}			  
a:link{  
color: #0033CC;
	text-decoration: none; 
	}	
a:visited{
color: green;
	text-decoration: none;
	}
a:hover{
	color: #0033CC;
	text-decoration: underline;
}
a:active{  color: #0033CC; }

.smalltext {
	font-size: 70%;
	} 

p {
	font-size: 75%;
	color: navy;
	} 
h1 {
	font-size: 100%;
	color: #228B22;
} 

h2 {
	font-size: 90%;
	font-style: normal;
	color: #009900;
}
h3 {
	font-size: 85%;
	font-weight: bold;
	color: navy;
} 
h4 {
	font-size: 75%;
	font-style: bold;
	color: green;
	border-bottom: 1 solid Navy;
}
h5 {
	font-size: 75%;
	font-style: bold;
	color: green;
}
ul {
	font-size: 75%;
	color: navy;
	background-position: 4px 4px;
	}
.formstyle {
	font-size: 70%;
	font-style: normal;
	color: #0000CC;
	}
.toptip {
	font-size: 75%;
	font-style: normal;
	background-color: #F0FFF0;
}
li {
	border-top-width: 50px;
	border-right-width: 50px;
	border-bottom-width: 50px;
	border-left-width: 50px;
	}

.bolden{
font-weight: bold;
}
.border1{
	border: 1px solid #BFD9BF;
}
.colour3 {
	background-color: #E6F6EA;
	color: Navy;
	font-weight: normal;
	border: solid #228B22 1;
	padding: 8;
}
.squares{
	background-image: url(images/squares2.gif);
	background-repeat: repeat-x;
	background-position: left;
}