/*	This stylesheet reverses the colors of the normal one. Its nice for people who don't like the colors of the normal one.
	(maybe because they're hard to read)
*/

/*	This is the standard Hired Goons page design. This overrides main.css where appropriate.
    Otherwise it simply augments the normal styles with the normal colors.
*/
BODY {background: white; color: black;}
A:link	{color: #FF0000;}
A:visited {color: #AAAA00;}
A:active {}
A:hover	}
H1 {color: #ff0000;}

P {}
TABLE {}
TH {background-color: #006666;}
DT {}
DD {}
P {}
ACRONYM {}
ABBR {}
IMG {}
INPUT:focus {}
.blockListItem {border-top: white;}
.leftbar {}
.rightbar {}

.infobox {background-color: #DDDDDD; border: #000000; color: black;}
.infoboxTitle{}
.mainbody {}
.menuBarHeader {color: #AAAA00; font-weight: bold;}

.menuBarItem {}

.menuBarSubMenu {background: white; border: dotted 2px black;}

.navBar {background: #333333; border: dotted 2px black;}

/* This bar class is a workaround for some HR problems. Basically it acts like a HR would for creating a bar.
	The problems are a Mozilla bug that doesn't use margins properly when rendering HRs,
	and an IE bug that doesn't deal with the fix for the Moz bug properly.
.bar {border-top: #7A7700;} */

.footer {}
.tablerow1 {background-color: #000000;}
.tablerow2 {background-color: #111111;}
.tablerowavg {background-color: #003333;}
#quote {background-color: #DDDDDD; border: #000000;	color: black;}
#quoteauthor {}
#timer {}