body {
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	background-color: #CCCCCC;
}

h1 {
	font-size: 20pt;
	padding: 10px 10px 0px 10px;
	color: white;
}

h2 {
	font-size: 12pt;
	font-style: strong;
}

a {
  text-decoration: none;
}

a:link {
  color: white;
}

a:hover {
  color: black;
  text-decoration: underline;
}

a:visited {
  color: white;
}

a:active {
  color: black;
}

#mainTable {
	font-size: 10pt;
	background-color: #6699CC;
	border: 10px solid white;
	border-collapse: collapse;
	width: 794px;
}

#paddlekursTop {
	padding: 10px;
}

#divider {
	background-color: #CCCC33;
	height: 20px;
	border-collapse: collapse;
	padding: 0px 10px 0px 10px;
}

#topImage {
	background-color: #6699CC;
	margin: 0px;
	padding: 0px;
}

#menu {
	vertical-align: top;
	color: white;
	width: 20%;
	padding: 10px;
}

#content {
	vertical-align: top;
	padding: 10px;
}

#bottomAbout {
	font-size: 10pt;
	color: #666666;
	font-style: normal;
}

#bottomAbout a:link {
	color: #666666;
}

#bottomAbout a:visited {
	color: #666666;
}