/*------------------------------------------------*/
body, html {
	background-color:#CCCC99;
}
a {
	font-family: "Book Antiqua", Georgia, sans-serif;
}
a:link {
	color: green;
	text-decoration: underline;
}
a:visited {
	color: #C5A574;
	text-decoration: underline;
}
a:hover {
	color: #B58B5B;
	text-decoration: none;
}
a:active {
	color: #D6B685;
	text-decoration: underline;
}
h1 {
	font-family: "Book Antiqua", Georgia, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color:#B58B5B;
	text-align:center;
}
h2{
  font-family: "Book Antiqua", Georgia, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color:#B58B5B;
	text-align:center;
	text-decoration:underline;
}
.hugeBtn {
	font-size: 24pt;
	font-family: Book Antiqua;
	color: #8B6236;
	background: #C5A574;
	text-align:center;
}
.input {
	background: #C5A574;
	border: 1px solid #8B6236;
	color: #8B6236;
	font: 24pt Book Antiqua;
	margin: 1px;
	text-align:center;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.doube-column{
  -moz-column-count:2;
  -webkit-column-count:2;
  -khtml-column-count:2;
  column-count:2;
}
.margin-bottom-10{
  margin-bottom:10px;
}
.centerd{
  text-align:center;
}
.w-50ps{
  width:50%;
}
li{list-style:none;}
