/* corporate style */

h1, h2, h3, h4 {
	text-align:center;
	color: #006;
	font-family: Verdana, Geneva, Lucida Grande, Tahoma, FreeSans;
}

a:visited, a:link {text-decoration:none;}
a:hover {text-decoration: underline;}
p {font-size: 110%;font-family: Verdana, Geneva, Lucida Grande, Tahoma, FreeSans;}
.yui-u {
	background-color: lightgreen;
	height: 500px;
}

.first {
	background-color: lightblue;
}

.yui-u p {
	padding: 0.5em;
}