BODY {
width: 947px;
margin:auto;
margin-top:0px;
background-color: #AC8C99;
background-image:url('chatbg.png');
background-repeat:repeat-y;
background-position:center;
font-size: 7pt; 
font-family: verdana; 
color: #6A5660;
text-align: justify;
}

#title
{
   position:absolute;
   width: 947px;
   height: 40px;
   margin-top: 5px;
   padding:0px;
   color: #6A5660;
   font-size: 20pt; 
   font-family: georgia;
   text-decoration: italic;
   border: 0px;
}

#chat
{
   position:absolute;
   width: 500px;
   height: 500px;
   margin-top: 45px;
   margin-left: 18px;
   padding:0px;
   color: #6A5660;
   border: 0px;
}

#stream
{
   position:absolute;
   width: 400px;
   height: 340px;
   margin-top: 45px;
   margin-left: 530px;
   padding:0px;
   color: #6A5660;
   border: 0px;
}

#schedule
{
   position:absolute;
   margin-top: 400px;
   margin-left: 630px;
   color: #6A5660;
   background-color: #E7E7E7;
   border: 0px;
   font-size: 12pt; 
   font-family: arial; 
   border: 3px solid #DFD8D3; 
   padding: 10px;
}


b, strong{ color: #B66A87}

i, italics{ color: #B66A87}

u, underline{ color: #B66A87}


A:link 

{COLOR: #A24164; text-decoration: none; background-color: transparent;}

A:visited

{COLOR: #A24164; text-decoration: none; background-color: transparent;}

A:active 

{COLOR: #A24164; text-decoration: none; background-color: transparent;}

A:hover 

{COLOR: #C47492; text-decoration: none; background-color: transparent;}







