html{
	background-color : #ffffff;
	margin 0px;
}

body{
	margin : 0px;
	background-color : #fefefe;
	font-size : 18px;
	width:320px;
	margin-left:auto;
	margin-right:auto;
}

p.firstMessage{
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
	border-style:dashed solid;
	border-width:4px;
	width:312px;
	line-height:2.6em;
}

.menuTitle{
		font-weight:bold;
}

.PNGmarks{
	width:12px;
	height:12px;
	margin-left:8px;
	vertical-align:middle;
}

#chuiBox{
	display:block;
	border-style:double;
	border-width:2px;
	box-sizing: border-box;
	border-radius:10px;
	border-color:#ff7f50;
	width:310px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px;
	padding:10px;
	line-height:1.6em;
	font-size:0.8em;
	text-align:center;
}

ul{
	list-style-type:space-counter;
	line-height:2em;
}

a {
  text-decoration: none;
  color: black;
}