html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-image : url(images/background.gif);
	background-attachment: fixed;
	text-align : center;
}

#content {
	width: 600px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	padding-right: 10px;
	padding-left: 10px;

	background-color: #ffffea;
	border:1px solid #000000;

	font-family: Arial, Helvetica, sans-serif;
	font-size : 120%;
	text-align : center;

}

.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 : left;
	font-weight : bold;
	letter-spacing : 1px;
}

.h4, h4 { 
	font-size : 100%;
	text-align : left;
	font-weight : bold;
	font-style: italic;
}

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;
}
