body {margin: 0px; padding: 0px }

.structure {  }
.sidebar {

		background-color:f9c;
		color:#ffffff;
		font-family: "Comic Sans MS", "Arial";
		font-size:10pt;
		text-align: center;
		font-weight: bold
}
.sidebar p {font-size:12pt }

.sidebar a, .sidebar a:visited, .sidebar a:hover { color:#656b60  }

.content {
padding: 20px;
		background-color: #ffffff
}

.content p {
		
		color: #303;
		font-family:"Comic Sans MS", "Arial", "Helvetica", "san-serif";
		font-size: 12pt
}

.content h1 {
   color:#f39;
			font-family:"Comic Sans MS", "Arial", "Helvetica", "sans-serif";
		font-size:24pt;
font-weight:bold;
		text-align:left;
border-bottom:4px solid #f9c
}

.content h2 { 
			color: #f39;
			font-size: 18pt;
			font-family:"Comic Sans MS", "Arial", "Helvetica", "sans-serif";
			font-weight: bold
}
.content h3 { 
			color: #f39;
			font-size: 18pt;
			font-family:"Comic Sans MS", "Arial", "Helvetica", "sans-serif";
			font-weight: normal
}

.content h4 { 
			color:  #000000;
			font-size: 16pt;
			font-family:"Comic Sans MS", "Arial", "Helvetica", "sans-serif";
			font-weight: normal
}
.content h5 { 
			color:  	#000000;
			font-size: 14pt;
			font-family:"Comic Sans MS", "Arial", "Helvetica", "sans-serif";
			font-weight: normal
}
.content h6 { 
			color:  	#000000;
			font-size: 12pt;
			font-family:"Comic Sans MS", "Arial", "Helvetica", "sans-serif";
			font-weight: normal
}

.content p.notice {
			font-size: 10pt
}

