@charset "utf-8";
/* CSS Document */

body {
 margin: 0px; padding: 0px;
 background: #aca8a1;
 font-family: Arial;
}
#nav {
 background: url(images/navBG.jpg) repeat-x;
}
#nav a {
 font-size: 14pt;
 color: #2c5c85;
 text-decoration: none;
}
#nav .chatTxt {
 font-weight: bold;
 text-decoration: underline;
}
#mainCont p {
 padding-left: 10px; padding-right: 10px;
}
h1 {
 font-size: 16pt;
 color: #006699;
}