body
{
	background-color: #000;
	background-image: url(/media/background.gif);
	background-repeat: repeat;
	background-position: 0 0;
	background-attachment: scroll;
}

p, h1, h2, h3, h4, h5, li, table, td, th, div, em, a
{
	font-size: small;
	color: #CCC;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light','HelveticaNeue', 'Helvetica Neue',Helvetica,Verdana,Arial,Geneva,Swiss,SunSans-Regular;
	text-decoration: none;
	text-transform: inherit;
	font-style: normal;
	font-weight: lighter;
	line-height: 1.59;
}

.important
{
	text-shadow: #F03 0px 0px 3px;
	color: #F0C;
	font-size: 3em;
	font-weight: bolder;
	font-family: Helvetica,Arial;
	font-variant: small-caps;
}