

body, h1, h2, h3, h4, h5,
p, a, td, li {
   font-family: verdana, arial, sans-serif, "sans serif";
}

h1, h2, h3, h4 {
   font-weight: normal;
   text-decoration: none;
}

h1 {
   font-size: 24px;
}

h2 {
   font-size: 20px;
}

h3 {
   font-size: 18px;
}

h4 {
   font-size: 16px;
}

body, p, a, td, li {
   font-size: 13px !important;
}

li {
   list-style-type: none;
   line-height: 20px;
}

li a {
   text-decoration: none;
}

li a:hover {
   text-decoration: underline;
}

.outer-wrapper {
   width: 100%;
}

.inner-wrapper {
   width: 100%;
   max-width: 1024px;
   margin: 0 auto;
}

.reply-box {
   border: 1px solid silver;
   padding: 5px;
   background-color: #e8e8e8;
}

.topic-box {
   border: 0px solid gray;
   padding: 10px;
   background-color: #f0f0f0;
}