h1{
	text-align: center;
}

a{
	text-decoration: none;
	color: blue;
}


div#header{
	text-align: center;
}

div#contents{
	text-align: center;
}

div#footer{
}

#center{
	text-align: center;
}

#links{
	margin: 0px 5px;
}

#links li{
	display: inline;
	margin: 0px 5px;
}

p.group{
	padding : 10px;
	background: #ff9;
	border: 5px solid #ccc;
}
p#logo{
	margin: auto;
}

p#quotation{
	color: #fff;
	background: #000;
	padding: 3px;
}

p#img{
	float: left;
	margin: 0px 5px;
}
p#clear{
	clear: both;
}

.emphasize{
	font-size: large;
}

.xx-emphasize{
	font-size: xx-large;
}
