@charset "utf-8";
/* CSS Document */

#wrapper {
	margin-left:auto; 
	margin-right:auto;
	width:1000px;
}
.center{
	text-align:center;
}


h1{
	font: 26px Arial, Helvetica, sans-serif;
	color:#630;
	text-align:center;
	margin:15px 0;
	font-weight:900;
}

h1 + p {
	margin:30px 0;
	font-size:17px;
}
p + p { 

	text-align:center;
	
}

	

img {
	margin-top:25px;
}

p { 
	font: 16px Arial, Helvetica, sans-serif;
}

table{
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	border:1px black solid;
	font: 22px "Times New Roman", Times, serif;
	width:1000px;
	
}

strong{
	font-weight:900;
}
em{
	font-style:normal;
	text-decoration:underline;
}
td{
	border:1px black solid;
	padding:10px 3px 20px 5px;
	line-height:30px;
	text-align:center;
	vertical-align:middle;

}

td a{

	font: 22px "Times New Roman", Times, serif;
	color:black;
	font-weight:bold;
}
#footer{
	margin:20px 0;
	text-align:center;
	line-height:20px;
}
#footer a{
	text-decoration:none;
	color:blue;
}
#footer a:hover{
	text-decoration:underline;
}
