@charset "utf-8";
/* CSS Document */

<style type="text/css">
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFF;
}
body {
	background-color: #000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
a:link {
	color: #CFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0CF;
}
a:hover {
	text-decoration: none;
	color: #6F0;
}
a:active {
	text-decoration: none;
	color: #69C;
}
h1 {
	font-size: 150%;
	color: #FFF;
}
h2 {
	font-size: 120%;
	color: #FFF;
}
h3 {
	font-size: 120%;
	color: #0F0;
}
</style>.container_body {
	height: auto;
	width: 90%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 1px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	background-image: url(images/panel.png);
}
