body { 
	background-color: #ffe902; 
	font-family: Verdana; 
	font-size: 12pt; 
} 

a:link, a:visited { 
	text-decoration: none; 
	color: #0015ff;
} 

a:hover, a:visited:hover { 
	text-decoration: none; 
	color: #000000; 
	background-color: #ffffff;
} 

.sidebox { 
	margin: 1em;
	padding: 0.5em;
	background-color: #fff18c; 
	border: 1px dashed black;  
	width: 23%; 
	float: right;
} 

.sideboxtitle { 
	font-size:0.9em;
	font-weight: bold;
	display: block;
	margin-bottom: 1em;
}

.box { 
	background-color: white; 
	border: 1px dashed black; 
	margin: 1em; 
	padding: 0.7em; 
}

.boxtitle { 
	color: #ffd400; 
	font-weight: bold;
}

.footer {
	font-size: 8pt;
	border: 1px solid black;
}
