.leochat_logo {
 color: #fff;
}

.page {
 background-color: #f7feff;
}

.pageheader {
 color: #fff;
 background-color: #3b5998;
 border-bottom: 3px solid #6d84b4;
}

h3 {
 color: #fff;
}

h4, h4>a {
 color: #fff;
 background-color: #5d7bba;
 width: 100%;
}

hr {
 background-color: #3b5998;
 color: transparent;
}

a {
 color: #3b5998;
}

a:focus, a:hover{
 color: #fff;
 background: #3b5998;
}

.index-page-links {
 text-align: center;
 background-color: #fcfcff;
 border: 1px solid #e5ecf3;
 width: 100%;
 padding: 0;
 margin 0;
}

.index-page-links:focus, .index-page-links:hover {
 color: #3058c0;
 text-align: center;
 background-color: #e5ecf3;
 border: 1px solid #fefefe;
 width: 100%;
 padding: 0;
 margin 0;
}
.fieldtext {
 color: #666;
}

input[type=num], [type=text] {
 border: 1px solid #3b5998;
 border-bottom: 2px solid #3b5998;
 border-right: 2px solid #3b5998;
}

input[type=text]:focus, input[type=text]:hover{
 background-color: #fffdc9;
}

.button {
 background: #3b5998;
 color: #fff;
}

.chatroom-msgs-area {
 background-color: #fff;
 border-top: 1px solid #3b5998;
 border-bottom: 1px solid #3b5998;
}

.msg {
 border-top: 1px solid #f5f5ff;
}

.chatroom-timestamp {
 color: #666;
}

.chatroom-nickname {
 color: #333;
}

.descriptionmessage {
 border: 1px solid #c3cad1;
 background-color: #e5ecf3;
}

.pagefooter {
 color: #fff;
 background-image: url(footer.gif);
 background-repeat: repeat-x;
 background-attachment: scroll;
 background-color: #3b5998;
 border-top: 3px solid #7e93c5;
}

.footerboxA {
 color: #ffffff;
}

