body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menuLeftSpace {
	left: 20px;
}
.menu {
	border-right-style: solid;
	width: 30px;
	border-right-width: thin;
	border-right-color: #666666;
	padding-right: 3px;
	padding-left: 3px;
}
.menuRight {
	border-right-style: none;
	width: 30px;
	padding-left: 6px;
}

/* padding 4 each side gives overall 15.2cm
	padding 5 gives 15.5cm
	padding 6 gives 16cm*/
h3 {
	color: #CC0033;
}

.spacedList {
	line-height: 40px;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #000000;


}
a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
