body {
	background-color: #CCCC99;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #660000;
	padding: 0px;
	scrollbar-face-color: #B2B27F;
	scrollbar-shadow-color: #B2B27F;
	scrollbar-highlight-color: #B2B27F;
	scrollbar-3dlight-color: #E6E6CC;
	scrollbar-darkshadow-color: #E6E6CC;
	scrollbar-track-color: #B2B27F;
	scrollbar-arrow-color: #E6E6CC;
}

.footer{
	background: #B2B27F;
	color: #E6E6CC;
	height: 15px;
	text-align : center;
	font-size : x-small;
}

.footer a{
	color: #E6E6CC;
	text-decoration: none;
}

.footer a:hover {
	color: #660000;
}

.main {
	font-size: x-small;
	text-align: justify;
}
.main a{
	color: #660000;
}

.main a:hover {
	color: #E6E6CC;
}

.main a:visited {
	color:#660000;
}

.red {
	font-size: x-small;
	text-align: justify;
}
.red a{
	color: Red;
}

.red a:hover {
	color: #660000;
}

.red a:visited {
	color: Red;
}

.blue {
	font-size: x-small;
	text-align: justify;
}
.blue a{
	color: blue;
}

.blue a:hover {
	color: #660000;
}

.blue a:visited {
	color: blue;
}

.centre {
	font-size: xx-small;
	text-align: center;
}

.title {
	font-size: medium;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.SmallTitle {
	font-size: small;
	font-weight: bold;
}

.SubTitle {
	font-size: x-small;
	font-weight: bold;
}

.CentreTitle {
	font-size: medium;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	text-align: center;
}