body {
background-color: rgb(255, 255, 223);
margin: 80px;
}
a {
	color: #00c;
	font: bold larger serif;
	text-decoration: underline;
}	

b {
	color :#d00;
	font-size: 110%;
	font-weight: bolder;
}

 h1, h2, h3, h4 {
	text-align: center;
}


p {
	text-align: center;
}

div.ctr {
	text-align: center;
}

 div.hide {
display: none !important;
}

 div.hr {
min-height:20px;
text-align: center;
background: url(http://can2can.biz/Tools/blgrhr.gif)  no-repeat center center;
}


td.btn {
	height: 21px;
	width: 91px;
	text-align: center;
	font-family: serif;
	text-decoration: none;
	background: #E0E0E0;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #696969;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #F0FFFF;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #696969;
	border-top-color: #F0FFFF;
	border-top-style: solid;
	border-top-width: 2px;
	margin: 4px;
	padding: 2px;
}

