@charset "utf-8";
/* CSS Document */

#container{
	width: 800px;
	margin: auto;
}

h1{
	text-align: center;
	border-bottom:solid 10px #FFCE03;
}

h2{
	color: #0084FF;
	font-size: 120%;
}

.center{
	display: block;
	text-align: center;
	margin:0 auto;
}

.right{text-align:right;}