body {
	margin: 0;
	padding-top: 100px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	background-color: #eaceb5;
	text-align: center;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	padding-top: 10px;
	background-color: #eaceb5;

	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	word-spacing: 5px
}

@media screen{
	body > #header{
		position: fixed;
 	}
}

#content {
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 120%;
	text-align : left;
}

* html body {
	overflow:hidden;
}

* html #content {
	height:100%;
	overflow:auto;
}

.h1, h1 {
	font-variant: small-caps;
	font-size : 150%;
	text-align : center;
	font-weight : bold;
	letter-spacing : 2px;
}

.h2, h2 { 
	font-size : 125%;
	text-align : center;
	font-weight : bold; 
	letter-spacing : 1px;
}

.h3, h3 { 
	font-size : 110%;
	text-align : center;
	font-weight : bold; 
	font-style: italic;
	letter-spacing : 1px;
}

.h4, h4 { 
	font-size : 100%;
	text-align : left;
	font-weight : bold; 
}

p {
	margin-top : 8px;
	margin-bottom : 8px;
}

p.small {
	font-size : 70%;
	margin-right: 5%;
	margin-left: 5%;
	width : 90%;
}

span.attention {
	color: red;
	font-weight : bold; 
	letter-spacing : 1px;
}

hr {
	width: 90%;
	text-align : center;
}

b {
	letter-spacing: 1px;
}

table {
	margin : 10px;
	border: 4px;
	border-collapse : collapse;
	border-style : ridge;
}

th {
	border: 4px;
	border-style : ridge;
	padding : 5px;
	vertical-align : middle;
	text-align : center;
	font-weight : bold; 
	letter-spacing : 1px;
}

td {
	border: 4px;
	border-style : ridge;
	padding : 5px;
	vertical-align : top;
	text-align : left;
}
