/* CSS basic Document */
@import url(ChattImport2.css) ;

body {
background-color: #FFF;
color: #404040;
font-size: 100%;
font-family: Tahoma, Arial, Verdana, sans-serif;
}

h1 {
font-size: 2em;
}


a:link {
color: #404040;
background-color: #ffffff;
text-decoration: none;
} 

a:visited {
color: black;
background-color: #ffffff;
}

a:hover {
color: black;
background-color: #ffffff;
}
