/* CSS Document */


#content-frame {
	font-family: Arial,Helvetica,sans-serif;
}

.green {
	color: green;
}

.red {
	color: red;
}

.dark-blue {
	color: darkblue;
}

.blue {
	color: blue;
}

.aqua {
	color:teal;
}

.purple {
	color: purple;
}

.orange {
	color: orange;
}

.olive {
	color: olive;
}

.light-blue {
	color: skyblue;
}

.pink {
	color: pink;
}

.gold {
	color: #b8860b;
}

.maroon {
	color: maroon; 
}

.left {
	text-align: left;
}

.grey {
	color: #333;
}

.slate {
	color: darkslategray;
}

.ugly {
	font-family: 'Comic Sans MS';
	font-size: 1.3em;
}

.chiller {
	font-family: Chiller;
	font-size: 2.4em;	
}

.poem {
	font-family: 'Bodoni MT Black';
	font-size: 1.4em;
}

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

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

.centered {
	text-align: center;
}

.large {
	font-size: 2.5em;
}

.big {
	font-size: 1.6em;
}

ul {
	list-style-type: square;
}

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

.highlight {
	background: #CCFFCC;
}

p {
	line-height: 1.5em;
}

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