@charset "utf-8";
/* CSS Document */
body {
background-color:#fff;
cursor:crosshair;
font-family:Arial, Helvetica, sans-serif;
font-size:11pt;
line-height:15pt;
}

h1{
line-height: 23pt;
text-decoration:underline;
text-align: left;
background-color:#ffff00;
color:#000;
}

a:link {
font-size: 11pt;
color: #000000; 
text-decoration:none; 
font-weight: none; 
cursor: crosshair; 
font-family: arial
}

a:visited {
font-size: 11pt; 
color: #000000; 
text-decoration: none; 
font-weight: none; 
cursor: crosshair; 
font-family: arial
}

a:hover {
font-size: 11pt; 
color: #000;
background-color:#ffff00; 
text-decoration:none; 
font-weight:bold;
cursor: crosshair; 
font-family: arial
}

a:active {
font-size: 11pt; 
color: #000000; 
text-decoration: none; 
font-weight: none; 
cursor: crosshair; 
font-family: arial
}

img{
border:none;
}

#content{
position:relative;
text-align:left;
width:510px;
height:450px;
}

#chatcontent{
position:relative;
text-align:left;
margin:auto;
width:510px;
height:450px;
}

#text1{
position:relative;
text-align:left;
padding:0 70px 0 0;
float:left;
clear:right;
}
#text2{
position:relative;
text-align:left;
float:left;
clear:right;
}
#text3{
position:relative;
padding:0 0 0 70px;
text-align:left;
float:left;
clear:right;
}