body {
	/*background-color: #6fcb00;*/
	background-color: #fff;
}

/*.light {
	font-family: "Century Gothic";
	color: #fff;
	font-size: 14px;
	border-top:1px solid #fff;
}*/
.light {
	font-family: "Century Gothic";
	color: #3399FF;
	font-size: 14px;
	border-top:1px solid #3399FF;
}
.dark {color: #3333FF}
/*.dark {color: #fff}*/
/*li {
	width: 60px;
	list-style-type:none;
	text-align:right;
}*/
a:link {
	color: #3399FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3399FF;
}
a:hover {
	text-decoration: underline;
	color: #3399FF;
}
a:active {
	text-decoration: none;
	color: #3399FF;
}
/*a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #fff;
}*/
input[type=button], input[type=submit], input[type=reset] {
  background-color: #dbebff;
  border: 1px solid #dbebff;
  color: black;
  text-decoration: none;
  cursor: pointer;
	padding: 7px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
input:hover[type=button], input:hover[type=submit], input:hover[type=reset] {
  background-color: #8fc1ff;
  border: 1px solid #8fc1ff;
  color: black;
  text-decoration: none;
  cursor: pointer;
	padding: 7px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
input[type=submit]{
font-weight: bold;
}
input:hover[type=submit]{
font-weight: bold;
}
#cache{ display: none; }