/* CSS Document */

body {
	margin: 0;
	background: #000;
	background: url(images/bg.gif) repeat-x;
	color: #3a3939;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height:16px;
}

img {
border:none;
}

a {
text-decoration:none;
}
a:link {
	color: #3A3939;
}
a:visited {
	color: #3A3939;
}
a:hover {
	color: #EB0B0B;
	text-decoration: underline;
}
a:active {
	color: #EB0B0B;
}

.heading {
font-size: 18px;
}

.red {
	color: #EB0B0B;
}


.description {
	font-size:9px;
}

#footer {
font-size: 10px;
text-align:center;
}
