
body {
	background-color: #A2E2FF;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	color: #000066;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	color: #000066;
}
h1 {
	font-family: "Times New Roman", arial, sans-serif;
	font-style: normal;
	color: #000066;
	text-align: center;
}
h2 {color: #000066;}
h3 {color: #000066; font-weight: normal;  line-height: 50%; }
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0002BD;
	font-size: 1em;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: Blue;
	text-decoration: underline;
}

#mainMenu {
	
	height: 500px;
	width: 100px;
	left: 5px;
	top: 20px;
	background-image: url(http://www.oska.org.uk/pictures/kayaking.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainMenu h1 {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
}
#mainMenu h2 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
}
#mainMenu ul {
	left: -30px;
	position: relative;
	top: -10px;
}
#mainMenu ul li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 0.9em;
	line-height: 1.2em;
}
