@charset "UTF-8";
@import url("Sweet1.css");
a:active {
	color: #666;
	text-decoration: none;
}
#content {
	width:80%;
	z-index:1;
	background-color: #000;
	border: 3px solid #000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
p {
	font-family: "MS Serif", "New York", serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	color: #FFF;
	text-decoration: none;
}
a:link {
	color: #900;
	font-family: "MS Serif", "New York", serif;
	font-size: 20px;
	text-decoration: none;
}
a:visited {
	color: #F30;
	font-family: "MS Serif", "New York", serif;
	font-size: 20px;
	text-decoration: none;
}
a {
	font-size: 20px;
}
body,td,th {
	font-family: MS Serif, New York, serif;
	font-size: 24px;
}
<body>

     <div id="wrapper>

     your page content goes here ---------->

     </div> <!--end wrapper-->

</body>

</html>
.footer {
	font-size: 10px;
	font-style: normal;
	text-align: left;
}
.quote {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: lighter;
	text-decoration: none;
	line-height: 10px;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
#wrapper {

     width: 900px /**adjust as needed**/

     margin:0 auto;

     text-align:center; /**for older browsers**/

}