body {
	text-align:center;
	background-color: #ff6600;
	font-family: "Comic Sans MS", Tahoma, Arial;
}

/* set the behaviours for links (optional)*/ 
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}

.mainbody {
/* this defines the size and position of every page within the main containing div*/ 
	margin:0 auto;  /* first of all this ensures the containing div is centered in the all other browser windows */ top:-10px;
	text-align: left; /* this is to reset the centred text set by text-align:center in the body css*/ 
	height: 1200px;
	width:800px;
	top: 12px;
	background-color: #FFFFFF; /* this sets the background colour of the mainbody div */ 
}
h4 {
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.menubackgnd {
	background-color: #ff6600;
}
p {
	font-size: 14px;
}
.box {
	border: thin solid #000000;
}
