@charset "UTF-8";
/* CSS Document */

body {
	background-color: #333;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 18px;
}
a:link {
	color: #7E0C0B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7E0C0B;
}
a:hover {
	text-decoration: underline;
	color: #300;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 22px;
}
h4 {
	font-size: 11px;
}

div#sidecontent {
	color: #999;
}

