h2 {
	text-align : center;
}

.side {
	float : left;
	margin-right : 20px
}

/* #small {
	font-size : small;
}
.small A {
	font-size : 12pt;
} */

body {
	font-family : serif; 
}

pre {
	font-family : serif;
}

#green {
	background-color : #6a8e70;
}

#blue {
	background-color : #0d385b;
}

.warning {
	color : #ff0000;
	font-weight : bold;
}

.quote {
	font-size : smaller;
	font-style : italic;
}
.quote:before,.quote:after{content:"\"";}

.event {
/*	margin : 0px 0px;
	padding : 10px;	*/
	background-color : #ceb06e;
	border : 1px solid black;
/*	width : 400px; */
	color : black;
}

.date{
	font-size : 10pt;
	font-weight : bold;
}

.action {
	font-size : small;
	font-weight : bold;
	text-decoration : none;
}

.actionb {
	font-size : small;
	font-weight : bold;
	text-decoration : blink;
}

.action:before,.action:after{content:"*";}

.pronun {
	font-size : small;
	font-style : italic;
	font-weight : bold;
}

.mainfile {
	padding : 10px;
	background-color : #6a8e70;
	border : 1px solid #2e3e31;
	font-family : serif;
	margin : 0 0 0 190px;
}

.treemenu {
	margin : 0px 0px;
	padding : 10px;
	list-style : none;	
	background-color : #6a8e70;
	border : 1px solid #2e3e31;
	width : 160px;
}

.treemenu UL {
	list-style : none;
	margin : 0px 5px;
	padding : 0px 5px;
}

.treemenu LI {
	display : inline;
}

.treemenu A {
	display : block;
	color : #17223e;
	padding-left : 12px;
	text-decoration : none;
	font-size : 10pt;
}

.treemenu .treeopen {
	background-image : url('open.gif');
	background-repeat : no-repeat;
	background-position : left;
}		

.treemenu .treeclosed {
	background-image : url('closed.gif');
	background-repeat : no-repeat;
	background-position : left;
}

.pastebin {
	padding : 10px;
	background-color : #6c97a3;
	border : 1px solid #000000;
	font-family : monospace;
	font-size : 10pt;
	margin : 0 0 0 0px;
	width : 600px;
	color : #000000;
}

.printpastebin {
	//padding : 10px;
	b	ackground-color : #6c97a3;
	border : 1px solid #000000;
	font-family : monospace;
	font-size : 10pt;
	margin : 0 0 0 0px;
	color : #000000;
}