body
{
	font-family:arial;    
}
input, textarea 
{
	font-family: arial;
	color:white;
	font-size: 14px;
	background-color: #006633;
}
a:link 
{   
	color: #FF6600;
	text-decoration: none;
}
a:visited 
{
	text-decoration: none;
	color: #006633;
}
a:hover 
{
	text-decoration: none;
	color: #CC3366;
}
a:active 
{
	text-decoration: none;
	color: #FF0000;
}
#php 
{
border:medium double #99CC99;
font-weight:bold;
}
#btn
{
border:medium double #99CC99;
font-weight:bold;
cursor:pointer;
}
#nick
{
color:#CC0000;
text-decoration:underline;
}
#content         
{
    text-align:left;
    margin-left:220px;
    position:relative;
}
#chatwindow     
{
    border:thick double #99CC99;
    padding:5px;
    color:white;
    width:550px;
    height:auto;
    font-family:courier new;
    background-color: #006633;
    font-weight: bold;
}               
#chatnick         
{
    border: medium double #99CC99;
    padding:4px;
    background-color: #006633;
    text-align:center;
    font-weight: bold;
}
#chatmsg         
{
    padding:4px;
    border: medium double #99CC99;
    background-color: #006633;
    text-align:center;
    font-weight: bold;
}
#info             
{
    font-family:arial;
    position: static;
}
#info td         
{ 
    font-size:12px; 
    padding-right:10px; 
    color:#DFDFDF;  
}
#info .small     
{ 
    font-size:12px; 
    padding-left:10px; 
    padding-right:0px;
}
#info a         
{ 
    text-decoration:none; 
    color:white; 
}
#info a:hover     
{ 
    text-decoration:underline; 
    color:#CF9700;
}
#msg
{
color:#CC0000;
text-decoration:underline;
}
