@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #b60000;

	margin: 0px;

	background-image:url(../images/body_background.gif);
}

table, td, th {
	font-size: 11px;
}

img {
	vertical-align: bottom;
	border: none;
}

h1, h2, h3 {
	margin: 0px 0px 4px 0px;
}

h1, h2 {
	font-family: "Century Gothic";
	font-size: 17px;
}

a {
	color: #b60000;
}
a:hover {
	color: #ff5555;
}

ul li {
	list-style: square;
}