body {
	font-family: "Comic sans ms" Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #191970;
	color: #ffffcc;
}
#border {border-color: #ffffcc;
	border: double;
}
h1 {font-family: "Comic sans ms" Verdana, Geneva, Arial, helvetica, sans-serif;
font-size: 25px;
	}
h2 {font-family: "Comic sans ms" Verdana, Geneva, Arial, helvetica, sans-serif;
font-size: 20px;	
}
h3 {font-family: "Comic sans ms" Verdana, Geneva, Arial, helvetica, sans-serif;
font-size: 18px;	
}
h4 {font-family: "Comic sans ms" Verdana, Geneva, Arial, helvetica, sans-serif;
font-size: 12px;	
}
h5 {font-family: "Comic sans ms" Verdana, Geneva, Arial, helvetica, sans-serif;
font-size: 11px;	
}
h6 {font-family: "Comic sans ms" Verdana, Geneva, Arial, helvetica, sans-serif;
font-size: 10px;	
}
p {font-family: "Comic sans ms" Verdana, Geneva, Arial, helvetica, sans-serif;
font-size: 12px;	
}

td {
	font-family: "Comic sans ms" Verdana, Geneva, Arial, helvetica, sans-serif;
}

.div {
	font-family: "Comic sans ms" Verdana, Geneva, Arial, helvetica, sans-serif;
}

#divblue { 
	height: 150px;
	width: 650px;
	background-color: #191970;
	color: #ffffcc;
	border-top: double;
	border-right: double;
	border-color: #ffffcc;
	}
#divcream {
	height: 1435px;
	width: 630px;
	background-color: #ffffcc;
	color: #191970;
	border-right: double;
	border-color: #ffffcc;
	border-bottom: double;
	
}
#top {
	height: 60px;
	width: 100px;
	background-color: #191970;
	color: #ffffcc;
	}
	
#side {
	height: 906px;
	width: 200px;
	background-color: #191970;
	color: #ffffcc;
	border-top: double;
	border-left: double;
	border-color: #ffffcc;
}
.center {	
	text-align: center;
	font-size: small;
}	
.justify {
	text-align: justify;
	font-size: small;
	padding: 10px;	
}

#info {
	text-align: center;
	font-size: 12px;
	background-color: #191970;
	color: #ffffcc;
	width: 197px;
	height: 748px;
	border-left: double;
	border-bottom: double;
	border-color: #ffffcc;
}

A {
	color: #778899;
}
/*above gives a ?colour lettering for links*/
A:HOVER {
	color: #777979;
	text-decoration: underline;
}
/*above gives a ?colour lettering underlined when cursor hovers over links*/
	
	
