* {
	margin: 0;
	text-align: center;
}
li {
	text-align: left;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 120%;
}
.container {
	width: 740px;
	margin: auto;
}
.limg {
	padding: 5px;
	float: left;
}
hr {
	clear: both;
	color: #CCCCCC;
	height: 1px;
}


h2 {
	font-size: 23px;
}
h1 {
	font-size: 24px;
	text-align: center;
}
h3 {
	font-size: 22px;
}


.one {
	background-image: url(images/top.gif);
	height: 20px;
}
.two {
	background-image: url(images/middle.gif);
	background-repeat: repeat-y;
}
.three {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	height: 20px;
}


a:link { color: #FFFF00; text-decoration: none; }
a:visited {color: #FFFF33; text-decoration: none; }
a:hover { color: #FF6600; text-decoration: underline; }
td {
	text-align: left;
}
p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
