body{
background-color:#1a1a1a;

}
a:link              { /* Document Links */
	color           : #ff993d;
	text-decoration:none;
	
	}
a:visited           { /* Visited Links */
	color           : #ff993d;
	text-decoration:none;
	}
a:hover             { /* Hover Links */
	color           : #ff993d;
	text-decoration:underline;
	}
a:active            { /* Active Links */
	color           : #ff993d;
	text-decoration:none;
	}
img, div, td { behavior: url(iepngfix.htc); }
