@charset "utf-8";
/* CSS Document */
body {
	background-image: url(bg.gif);
	background-position:center;
	background-position:top;
	background-color: #0E1C28;
	background-repeat: repeat-x;
}
a:link {
	color: #0C1925;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #06F;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body,td,th {
	font-size: 16px;
}

h1 {
	font: "Times New Roman", Times, serif;
	font-size:28px;
	color:#B9214A;
	padding: 8px 0 4px 0;
	margin: 0;
}

