/* Page Specific Style by Switzoid for FireLight */
div.logo-container div.logo-wrap a h2 {
    color: #3a5fa4;
}
/* This is to create dividers between sections */
.mybox1 {
    border: #eeeeee thin solid; 
    height: 4px; 
    margin: 40px;
}

/* Red Links */
A.boo:link {
	color: #3883DC;
	text-decoration: none;
	}
A.boo:active {background-color:; color: #F21D11;text-decoration:none;}
A.boo:hover{background-color:#ccc; color:#000000;}
A.boo:visited {color: #3883DC;}

.yellow {
	background-color: #fff999;

	font-size: 22px;

}

.happy3 {
	background-color: #000000;
	color: #EFEFEF;
	font-size: 14px;
	display:none;
}

/* THIS IS THE KEYPAESS CSS BELOW */
.rebuke {
	position: absolute;
	top: 24px;
	left: -3px;
  display: block;
  width: 340px;
  height: 300px;
 /*  background-position: left top; */
  background-repeat: no-repeat;
   z-index: 999;
 /*display:none;*/

   }

.cheats {

	position: absolute;
	top: 70px;
	left: 24px;
  display: block;
  width: 600px;
  padding: 12px;
  height: 700px;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  z-index: 999;
  display: none;


}

.hiderebuke{
	display: none;
}


.floatleft {
	float:left;
}
.floatright  {
	float: right;

}

.container p {

	font-size: 18px;
}
