@charset "utf-8";
/* CSS Document */

a {
	color: #0099CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


form {
	display: inline;
}


h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-image: none;
	list-style-type: none;
}




/* Define colours */

.teal-one {
	color: #f4f8f8;
}
.teal-two {
	color: #eaf1f2;
}
.teal-three {
	color: #dae5e6;
}
.teal-four {
	color: #c7d1d8;
}
.teal-five {
	color: #b0bec7;
}

.red {
	color: #CC0000;
}
.green {
	color: #66CC00;
}
.amber {
	color: #FF9900;
}



/* Define buttons */



