/* CSS Document */

body{
margin:0px;
background:#3a3d3d;

}


.normaltxts{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#575757;
	text-decoration:none;
}


.topmenu{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#695a00;
	font-weight:bold;
	letter-spacing:1px;
	text-decoration:none;
}

.topmenu a:hover{
	color:#000000;
	
}


.chatmenu{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#fff600;
	font-weight:bold;
	text-decoration:none;
}

.chatmenu a:hover{
	color:#000000;
	
}

.homelink{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#d3cdc6;
	font-weight:bold;
	letter-spacing:1px;
	text-decoration:none;
}

.homelink a:hover{
	color:#ffba00;
	
}


.question{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;

}

.answers{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;

}

.win{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#ffe400;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;

}

.chatbox{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	background:#000000;
	height:18px;
	border:#fff600 solid 1px;
}


.chatbox:focus{
	background-color:#282828;
	border: #c5be00 solid 1px;
	
}


.chatbutton{
   color:#FFFFFF;
   background-color:#996633;
   border-style:dashed 1px;
}



.copyright{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}
