body{
    background-color: #FFF;
    color: #000;
    background-image:url("../images/bgtile_96.png");
    background-size:48px 48px;
    background-attachment:fixed;
    background-repeat:repeat;
}
#banner, .plug{
	background-color:#FFA500;
	border:4px solid #F0F;
}
img{
    border:1px double #00F;
}
.keys{
	color:#FFA500;
	border-bottom:1px solid #00F;
}
a{
	color:#0F0;
	text-decoration:none;
}
a:hover{
	border-bottom:solid 2px #00F;
}
.boxA{
	border:4px solid #A00;
	background-color:#BF40BF;
}
.boxB{
	border:4px solid #BF40BF;
	background-color:#A00;
}
#banner a{
	color:#0F0;
}
#footer a{
	color:#0F0;
}
.plug a{
	color:#0F0;
}
.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:#0FF;
	padding:10px 8px 10px 8px;
}
.share a{
	color:#000;
	font-weight:bold;
}
#banner{
    font-size: 54px;
}
#footer{
	font-size:14px;
	background-color:#333;
	border:4px solid #F0F;
}
#errorcode{
	font-size:144px;
	font-weight:bold;
	text-shadow:
    3px 3px 0 #0FF,
   	-3px 3px 0 #0FF,
   	-3px -3px 0 #0FF,
   	3px -3px 0 #0FF;
}
#fail_bubble{
	border:solid 1px #CCCCCC;
	border-radius:20px;
	padding:10px 0px 10px 0px;
	font-size:16px;
	background-color:#F0F;
	text-shadow:0px 0px 0 #000;
}
#disclaimer{
	width:742px;
	border-radius:20px;
	margin-bottom:20px;
	text-align:center;
	background-color:#4A90E2;
	border:solid 4px #3F4;
}
#disclaimer p{
	width:742px;
}
#disclaimer h1{
	width:742px;
}
#backtop{
	background-color:#FF0;
	border:solid 4px #0FF;
}
#socials{
	width:230px;
	padding-top:5px;
	padding-left:20px;
	border:solid 1px #CCCCCC;
	border-radius:10px;
	background-color:#F00;
	font-weight:bold;
}