@charset "utf-8";
/* CSS Document */

body {
	background-color:#FEFBC4;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	}
	


h1{
	font-size:23px;
	font-weight:800;
	padding:3px;
	margin:auto;
	width:550;
	color:#F79714;
}

#mess{
	float:right;
}

h2{
	font-size:18px;
	font-weight:900;
	padding:20px 25px 20px;
	margin:auto;
	color:#F79714;
	line-height:150%;
}

h3{
	font-size:16px;
	font-weight:900;
	color:#FF0000;
	text-align:right;
	text-decoration:underline;
	white-space:pre;
}

h4{
	font-size:23px;
	font-weight:800;
	padding:3px;
	margin:auto;
	width:550;
	color:#F79714;
	text-align:right;
	white-space:pre;	

a:link {
	color: #FF0000;
}
a:hover {
	color: #000066;
}
