@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0px;
}
#wrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.content{
	width:1000px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	float: center;
	margin-top: 5px;
	}

h1 {
font-family:"Trebuchet MS";
font-size:50px;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}
h1 a {
font-family:"Trebuchet MS";
font-size:50px;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}
h1 a:hover {
font-family:"Trebuchet MS";
font-size:50px;
color:#FFFFFF;
font-weight:bold;
text-decoration: underline;
}
