/* CSS Document */

.green {
	color: green;
}

.red {
	color: red;
}

.dark-blue {
	color: darkblue;
}

.blue {
	color: blue;
}

.aqua {
	color:teal;
}

.purple {
	color: purple;
}

.orange {
	color: orange;
}

.light-blue {
	color: skyblue;
}

.pink {
	color: pink;
}

.gold {
	color: #b8860b;
}

.maroon {
	color: maroon; 
}

.grey {
	color: #333;
}

.emphasised {
	font-weight: bold;
	text-decoration: underline;
}

.image-box p {
	font-size: 0.90em;
}

.centered {
	text-align: center;
}

.large {
	font-size: 2.5em;
}

ul {
	list-style-type: square;
}

#content-frame ul li {
	line-height: 1.5em;
	margin-bottom: 5px;
}

.highlight {
	background: #CCFFCC;
}

h4 {
	line-height: 1.5em;
	color: #000;
	te xt-align: center;
	back ground: #CCFFFF;
}

.first-letter {
	font-size: 4.0em;
}

table {
	border: 0px;
}