html {
	font-family: open-sans, sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
	background-color: #CDF53A;		
}
body {	
	font-size: 16px;
	font-weight: 600;
  line-height: 1.75;
  color: #333;
  background-color: #FFF;
	width: 1280px;	
	margin: 0 auto;	
	border-left: 1px solid #BA2CA4;
	border-right: 1px solid #BA2CA4;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block;
}

header {
	margin: 0 auto;
	text-align: center;
}

form {
  width: 350px;
	height: 100px;
	margin: 0 auto;
}
form a input {
	font-size: 175%;
	font-weight: 800;
	cursor: pointer;
	width: 100%;
	height: 100%;
	border: #CDF53A 10px solid;
	padding: 10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 5px 5px 10px 5px #dedede;
	color: #BA2CA4;
	background-color: #EEE;
}
form a:hover input {
	border: #BA2CA4 10px solid;
	background-color: #CDF53A;
}

div {
	margin: 35px 50px;
}

p, li {
	letter-spacing: 0.09em
}

ul li {
	margin: 10px 0;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

.mid {
	text-align: center;
}

.m10 {
	margin-left: 15%;
	margin-right: 15%;
}
.lm5 {
	margin-left: 10%;
}
.lm10 {
	margin-left: 15%;
}
.p90 {
	font-size: 90%;
}

#me {
	margin: 0 20px;
	float:left;
}

.recommend {
	width: 450px;	
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	border: #CDF53A 3px solid;
	padding: 25px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 5px 5px 10px 5px #dedede;
	color: #BA2CA4;
	background-color: #EEE;
}

#host {
	width: 420px;	
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 25px 10px;
	border: 2px solid #BA2CA4;
}
#host p {
	text-align: center;
}

footer {
	text-align: center;
}
footer small {
	display: block;
	padding-bottom: 20px;
	margin: 20px 0 0 0;
}

.red {
	color: #FF0000;
}

/* http://colorschemedesigner.com/csd-3.5/ */