 /*  @import url("client.css"); */

p {margin: 0;}

html, body {
	background: #000000;
}

#body {
	background: #000000;
}


a,
a:link,
a:visited,
a:hover,
a:active
{color: #ed1c24;}


.navbutton,
.button{
	border:1px solid #CC0000;
	color: #CC0000;
}

.navbutton:hover,
.button:hover {
	background-color: #CC0000;
	color: white;
}



.heading {
	font-size:  197%;
	color: white;

}

.subheading {
	font-size: 153.9%;
	color: #999;

}

.title {
	color: #999;
	font-size: 116%;

}
.text {
	color: #ccc;
}

.description{
	font-style: italic;
}

.small {
	color: #ccc;
	font-size: 93%;
}

.yui-cssbase {
	color: #ccc;

}