body {
	background-color: #0F5DBD;
}
.style1 {color: #FFFFFF}
.style2 {color: #FF0000}
a:link {
	color: #99CC00;
}
a:visited {
	color: #FFFF00;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #99CC00;
}
.style5 {font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 22px;
}
.style4 {font-size: 10px}
.style5 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 10px; }
.style3 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 12px; }
.style6 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 16px; }
.style7 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 20px; }
/* The Chatroom page, public */
/* div wrapper to center the whole stuff */
div.chatwrapper{ 
  clear: both;
  text-align:center; /* reset text alignment */
  width:715px; 
  margin:0 auto; 
  border: 0;
  border-spacing: 0;
  padding: 0;
}
/* the table where the applet will be display */
table.chatroom{ 
  border-spacing: 0;
  padding: 0;
  margin: 0;
  width: 715px;
  font-weight: bold;
  color: yellow;
  padding-top: 5px;
  border-top: solid white 1px;
  border-left: solid white 1px;
  border-right: solid white 1px; 
  border-collapse: collapse;
}
table.chatroom td{ 
  padding-top: 0px;
  background-color: #0F5DBD; 
}
/* table used to display information below the applet */
table.chatroomtext{ 
  border: solid white 1px;
  border-spacing: 0;
  padding: 0;
  margin: 0;
  width: 715px;
  border-collapse: collapse;
}
table.chatroomtext td{ 
  font-size: 10pt;
  padding-left: 0em;
  padding-right: 0em;
  border: solid white 1px; 
  background-color: #0F5DBD;
  padding-top: 0em;
  padding-bottom: 0em;
 }
/* Used to display information to an admin , left align cell */
td.admin { 
  padding-left: 0.4em;
  font-size: 10pt;
  text-align: left;
  vertical-align: middle;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  margin-top: 0em;
  margin-bottom: 0em;
  width: 100%;
  background-color: #0F5DBD;
  border: solid white 1px
}
/* Used to display information to an admin , center align cell */
td.adminc { 
  text-align: center;
  vertical-align: middle;
  border: solid white 1px;
  background-color: #0F5DBD;
}
/* style for button for the admin */
.inputb{ 
  font-size:8pt;
  font-weight:bold;
  color:white;
  background-color:#0F5DBD;
  border-style:outset;
  border-width:2px;
  border-color:white;
 }

/* Generic text display to all in the room */
td.para { 
  font-size: 10pt;
  text-align: left;
}
/* the cel containing the links (profiles and private  */
td.chatlinkc { 
  font-size: 10pt;
  text-align: center;
  vertical-align: middle;
  margin-top: 0em;
  margin-bottom: 0em;
  border: solid white 1px;
  background-color: #0F5DBD;
}
/* End of the Chatroom page, public */
