body {
	background-image: url("pics/cover.png");
	background-attachment: fixed;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 1.30em ;
	
}

#container {
    width: 900px;
    margin: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: .9em; 
	background-color: #ebd7a2;
	
}

#content {
	text-align: justify;
	padding: 20px 20px 20px 20px;
	
}

.center {
	text-align: center;
	font-size: large;
	font-weight: bold;
	padding: 40px 20px ;
	
}

s {
	text-decoration: none;
	display: inline-block;
	position: relative;
	top: -0.175em;
	left: -0.05em;
	
}

td {
	font-size: 1.50em ;
	padding-left:  100px;
	font-weight: bold;
	
}

div.footer {
	font-weight: bold;
	text-align: center;
	
}


a:link {color:#000000;}
a:visited {color:#000000;}
a:hover {color:#0000FF;}