body{
    background-color: #000;
    color: #FFFFFF;
}
#banner, #footer, .plug{
	background-color:#FFA500;
	border:4px solid #333;
}
img{
    border:1px double #333;
}
.keys{
	color:#FFA500;
	border-bottom:1px solid #FFFFFF;
}
a{
	color:#FFA500;
	text-decoration:none;
}
a:hover{
	border-bottom:solid 2px #FFFFFF;
}
.boxA, .boxB{
	border:4px solid #FFA500;
}
#banner a{
	color:#000000;
}
#footer a{
	color:#000000;
}
.plug a{
	color:#000;
}
.plug, .keys{
    font-size:48px;
}
.topic{
	font-weight:bold;
	color:#FFA500;
	font-style:italic;
	padding-top:10px;
	padding-bottom:10px;
	clear:both;
	height:200px;
	width:100%;
	position:relative;
}
.bullet{
	float:left;
	margin-right:10px;
	width:5%;
	text-align:right;
}
.point{
	float:left;
	width:90%;
	text-align:left;
}
p{
	margin:2px;
}
h1{
	float:left;
}
h2{
	color:#000;
	text-transform:uppercase;
	text-align:center;
	font-size:18px;
	background-color:#FFA500;
	width:342px;
	border-radius:20px;
	padding:20px 20px 20px 20px;
	float:left;
	border:solid 4px #FFA500;
	height:auto;
	margin-top:10px;
}
h3{
	color:#000;
	font-size:16px;
	text-transform:uppercase;
	text-align:left;
	width:700px;
	float:left;
	border-radius:10px;
	text-align:center;
	background-color:#FFA500;
	padding:12px 10px 12px 10px;
}
.share{
	border-radius:10px;
	width:auto;
	background-color:#FFA500;
	padding:10px 8px 10px 8px;
}
.share a{
	color:#000;
	font-weight:bold;
}
#banner{
    font-size: 54px;
}
#footer{
	font-size:14px;
}
#fail_bubble{
	border:solid 1px #CCCCCC;
	border-radius:20px;
	padding:10px 0px 10px 0px;
	font-size:16px;
	background-color:#333333;
}
#disclaimer{
	width:742px;
	border-radius:20px;
	margin-bottom:20px;
	text-align:center;
}
#disclaimer p{
	width:742px;
}
#disclaimer h1{
	width:742px;
}
