body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;


.side {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Impact, sans-serif, "Arial Narrow";
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
}
.tit {
	font-family: Impact, sans-serif, "Arial Narrow";
	color: #FFFFFF;
	background-color: #999999;
	text-decoration: none;
	border-top-width: 2px;
	border-top-style: none;
	border-top-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: none;
	border-left-style: none;
}
