﻿body {
	background-color: #FFCC66;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	margin-top: 80px;
}
table {
	border-spacing: 6px;
	font-family: arial;
	font-size: 14px;
	line-height: 150%;
}
td {
	border: 1px solid black;
	padding: 8px;
	background-color: #FFFF66;
	width: 50%;
}
span {
	font-weight: bold;
	text-decoration: underline;
}
th {
	border: 1px solid black;
	padding: 0px;
	margin-top: 0;
}
.lablec1 { 
	position: fixed; 
	bottom: 0px; 
	left: 0px; 
	border-top: 2px dotted #CCC;
	background: #FFCC66; 
	height: 34px; 
	width: 100%; 
	font-size: 12px;
}
