@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	line-height:2;
}
body {
	background-color: #420000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #e7ddcb;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #e7ddcb;
}
a:hover {
	text-decoration: underline;
	color: #e7ddcb;
}
a:active {
	text-decoration: underline;
	color: #e7ddcb;
}

p.big {line-height:1.8;}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #ffffff;
	text-transform:none;
	letter-spacing:2;
}

