/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #330000;
}
body {
	background-color: #000000;
	background-image: url(images/background_gradient.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
a:link {
	color: #6c4e5d;
	text-decoration: none;
}
a:visited {
	color: #6c4e5d;
	text-decoration: none;
}
a:hover {
	color: #6c4e5d;
	text-decoration: underline;
}
a:active {
	color: #6c4e5d;
	text-decoration: none;
}
h1 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
