body {
    background-color: lightgreen;
}

p {
    font-family: verdana;
    font-size: 12px;
}

.marker {
    font-family: verdana;
    font-weight: bold; 
	text-align: center;
}

p.topic {
    font-family: verdana;
    font-size: 16px;    
}

p.story {
    font-family: verdana;
    font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 
	-qt-block-indent: 0; 
	text-indent: 36px;
}

p.description {
    font-family: verdana;
    font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 
	-qt-block-indent: 0; 
	text-indent: 18px;
}

.side-heading {
    font-family: verdana;
    font-size: 12px;
	padding-top: 2px;
	padding-bottom: 5px;
	border: 1px solid green;
	border-radius: 5px;
	margin-bottom: 5px;

}

.bannerimage {
    float: right;
}

ul {
    padding: 5px;
}

.mat {
    border: black;
    border-radius: 1em;
    background-color: white;
}

td.main {
	vertical-align: top;
}


td.sidebar {
    width: 15%;
	vertical-align: top;
}

script {
	display: none;
}

.hidden {
	display: none;
}

.blockshown {
	display: block;
}

div.adventure-item {
	cursor: pointer;
    font-family: verdana;
    font-size: 11px;
	padding-top: 2px;
	padding-bottom: 5px;
	border: 1px solid blue;
	border-radius: 5px;
	margin-bottom: 5px;
}

div.session-item {
    font-family: verdana;
    font-size: 10px;	
}