﻿body {
	margin-top: 5%;
	text-align: center;
	
	background-color: #FFCC66;
}
h2 {
	font-size: 16pt;
	color: blue;
	font-family: comic sans ms, arial;
}
h3 {
	font-size: 12pt;
	font-weight: normal;
	font-family: arial;
}
h4 {
	font-size: 10pt;
	font-weight: normal;
}
	.lablec1 { 
	position: fixed; 
	bottom: 0px; 
	left: 0px; 
	border-top: 2px dotted #CCC;
	background: #FFCC66; 
	height: 34px; 
	width: 100%; 
	font-size: 12px;
	margin-top: 3%;
}
