.cent {
	text-align: center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #333333;
	color: #FFFFFF;
}
#classic {
	margin: auto;
	width: 760px;
	text-align: center;
}
.stext {
	font-size: 18px;
}

.three {
	background-image: url(3.gif);
	background-repeat: no-repeat;
	height: 20px;
}
h1 {
	font-size: 22px;
	margin: 0px;
}

.two {
	background-image: url(2.gif);
	background-repeat: repeat-y;
	padding: 10px;
}
.one {
	background-image: url(1.gif);
	background-repeat: no-repeat;
	height: 20px;
}


a:link { color: #FFFF00; }
a:visited { color: #FFFFCC;}
a:hover { color: #FFCC00; text-decoration: none; }

