body {background: #0000CC;} /*The colour of the website background*/
body {font-family: Verdana, Arial, Helvetica, sans-serif;} /*The font style to use throughout the overal site*/
body {height: 90%;} /*The size of the overal document so that it doesn't all scroll, it's normally set at 100% by default*/
p {font-size: 1em; } /*This defines the size of the font in the paragraph tag */
ul {font-size: 1em;} /*This defines the size of the font in an unordered list */
ol {font-size: 1em;}  /*This defines the size of the font in an ordered list */
a:link, a:visited {color: #000066;} /*This sets the links a different colour from standard before and after being clicked */
h1 {text-align: center;} 

#header { 
	background-color: #0000CC;
	float: left;
	width: 95%;
	text-align: center;
	 }

#content { 
	   background-color: #3366FF;
	   width: 95%;
	float: left;
	border:1px;
	border-style: solid;
	border-color: 0066CC;
	padding: 0.5em;
	 }

#committee {text-align: center;
	}