@charset "utf-8";
body {
	width:100%;
	margin:0;
	padding:0;
	background-color: #ddedff;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-align:center;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ef7e96;
}


.menu {
	color:#ef7e96;
}
.content {
	color:#666666;
	font-weight:bold;
	font-style:italic;
}
.small {
	font-size:2px;
}
