﻿body{
    background:#000;
    color:#ffff00 !important;
	font-size:100% !important;
}
body *{
    background:none !important;
	color:#ffff00 !important;
	position:static !important;
	float:none !important;
	width:auto !important;
	height:auto !important;
}
a{
	text-decoration:underline !important;	
}
a,a span{
	color:#4b79b9 !important;
	display:inline !important;
}
a:hover,
a:hover span{
	background:#72c55f !important;
}
a:focus,
a:focus span{
	background:#ddd !important;
}
a:visited,
a:visited span{
	text-decoration:line-through !important;
}
/* non general */
div#mainContentWrapper div{
	float:none !important;
}
div#contentHolder{
	border:none !important;
}
