h1, h3 {
	text-align:center;
}

h1 {
	font-weight:bold;
	font-size:30pt;
}

h3 {
	font-size:15pt;
}

p {font-size:90%}

body {
	vlink:YellowGreen;
}

.background {
	background-color:LightGray;
	width:100%;
	height:100%;
	position:absolute;
	left: 0px;
	top:0px;
}

.body {
	background-color:NavajoWhite;
	width:740px;
	height:100%;
	margin: 0 auto;
}
.contents {
	font-family:Tempus Sans ITC;
	width:710px;
	margin: 0 auto;
}

a { color:YellowGreen; }
