@CHARSET "UTF-8";
body {
font-size:10pt;
margin:0;
padding:0;
}
#container {
  width:800px;
}
.msg-ok {
	padding: 3px;
	background-color: #99FF66;
	color:#222;
	font-weight:bold;
	text-align:center;
}

#header {
	text-align:center;
}

#chatroom {
	padding: 5px;
	background-color: #EEE;
	text-align:center;
}
#chatroom h2 {
	
}
#chatform {
	padding:5px;
	text-align:center;
}

#chatlist {
	padding:5px;
	text-align:center;
	line-height:1.2em;
}

#newchatform{
	padding:5px;
	text-align:center;
}
#description {
text-align:left;
}
#description p {
text-align:justify;
}	
#footer {
font-size:0.8em;
}