/* CSS Document */

body {
	background-color:#33261A;
}

body, p, td {
	font-family:Geneva, Arial, Helvetica, sans-serif;}

a {
	text-decoration:none;
	color:#33251A;
}

a:hover{
	text-decoration:none;
	color:#4E3F33;
}

.title {
	color: #33251A;
	font-weight:bolder;
	font-size: 18px;
	line-height:15px;
}

.footer {
	color: #33251A;
	font-size:9px;
	letter-spacing:inherit
}


