@charset "utf-8";
h1 {
	font-size: large;
	font-weight: bolder;
	font-variant: small-caps;
	color: #0000FF;
	background-color: #33CCFF;
	border-top-style: none;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: none;
	padding-left: 20px;
	letter-spacing: 10px;
	text-align: center;
	border-bottom-width: medium;
	border-bottom-color: #CCCCCC;
	border-right-width: medium;
	border-right-color: #CCCCCC;
	line-height: 30px;
	margin: 0px;
	display: table-row-group;
}
