body {
	color: #FFFFFF;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
a:link {
	color: #FFFF00;
}
a:visited {
	color: #FFFF33;
}
a:hover {
	color: #FFFFCC;
	text-decoration: none;
}

.c {
	width: 770px;
	margin: auto;
	text-align: center;
}
h1 {
	font-size: 22px;
}

.t {
	background-image: url(images/t.gif);
	background-repeat: no-repeat;
	height: 25px;
}
.m {
	background-image: url(images/m.gif);
	padding: 10px;
	background-repeat: repeat-y;
}

.b {
	background-image: url(images/b.gif);
	background-repeat: no-repeat;
	height: 25px;
}
.cen {
	text-align: center;
}

ul, li {
text-align: left;
}