body, pre, a
{
	font-family: helvetica, arial, tahoma, sans-serif;
	text-decoration: none;
	color: #ffffff;
	background: black;

}

pre
{
	font-family: "Lucida Console", Monaco, monospace;
}

h1 {
	font-size: 26px;
	line-height: 16px;
	font-weight: bold;
	color: rgb(27, 113, 150);
}

h2, th
{
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: rgb(41, 171, 226);
}

h3, h3 a
{
	color: #c81e8d;
}

legend
{
		font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

.odd
{
	background: rgb(240,240,240);
}

.even
{
	background: rgb(210,210,210);
}

.odd:hover, .even:hover
{
	background: rgb(41, 171, 226);
}

img.logo
{
	max-height: 50px;
	max-width: 150px;
}
