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


body {
	background-image: url();
	background-color: #353535;
}

#left {
background: url(images/logoleft.gif) no-repeat center bottom;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

h1 {
font-size: 18px;
color: #420000;
}

p {
color: #420000;
}
