﻿body {
	text-align:center;
	margin-top : 30px;
	vertical-align : middle;
	font-family: "Comic Sans MS";
	font-size: 1em;
	color: #000040;
}
#content {
	width : 840px;
	margin-right : auto;
	margin-left : auto;
	border : 2px solid #000000;
	background-color : #ffffff;
	padding : 5px;
	text-align : left;
}
#header {
	width: 825px;
	float: left;
}
#leftcol {
	width: 150px;
	float: left;
	background-color: #c0c0ff;
	color:navy;
	padding: 3px;
	text-align:center;

}
#rightcol {
	width: 150px;
	float: right;
	background-color: #ffc0c0;
	padding: 3px;
	text-align:center;

}
#centre {
	width: 500px;
	float: left;
	padding: 7px;
	text-align:justify;
}
#footer {
	width: 825px;
	float: left;
}
a:link {
	color:maroon;	font-weight: bold;
}
a:visited {
	color:blue;	font-weight: bold;
}
a:active {
	color: red;
	font-weight: bold;
}
a:hover {
	color: red;
	font-weight: bold;
}
.photo {
	border: 5px solid #FFFFFF;
}
.field {
	font-family: "Comic Sans MS";
	font-size: 11pt;
	color: #800080;
}
h1
{	font-weight: bold; font-size:1.2em; color: red;
	
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: blue;
}
h3 {
	font-size: 1em;
	color: navy;
}
h4 {
	font-size: 0.8em;
	color:#CC0000;
}
h5 {
	font-size: 0.8em;
	color: #CC0000;
}
h6 {
	font-family: Times New Roman;
	font-size: 0.6em;
	color: #CC0000;
	font-style: italic;
}
ul {
	text-align:left;
}
.GT {
	color: #800080;
	font-family: "Trebuchet MS";
	font-size: 12pt;
	font-weight: bold;
}
