body {
  background-color: #ffe6e6;
 background:#ffe6e6;
  color: #b32400;
}
div.banner {
 background-color:#e12477;
 font-weight:bold;
 text-align:center;
 margin:0 0 1em;
}

header {
  background-color: #ffe6e6;
form table tr th {
 background:#800000;
 color:#ffe6e6;
}
a:link {
  color: red;
}
div.pages{
color:#973c3c;
background:#fffafa;
background-color:rgb(255, 250, 250);
background-position-x: 0%;
background-position-y: 0%;
background-repeat: repeat;
background-attachment: scroll;
background-image: none;
background-size: auto;
background-origin: padding-box;
background-clip: border-box;
}
div.boardlist{
color:#b32400;
 background-color:#ffe6e6;
}
p {
  font-family: verdana;
  font-size: 20px;
  color: #b32400;
}
a {
  color: #ff5050;
}
form table tr th {
    background:#800000;
        background-color: 
        rgb(102, 255, 255);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-attachment: scroll;
        background-image: none;
        background-size: auto;
        background-origin: padding-box;
        background-clip: border-box;
}
}
div.post.reply {
    background:#e6ffff;
margin: 0.2em 4px;
padding: 0.5em 0.3em 0.5em 0.6em;
border-width: 1px;
border-style: none solid solid none;
border-color:#ff8080;
    display: inline-block;
    max-width: 94% !important;
}
.intro span.subject {
    color: 
    #b32400;
    font-weight: bold;
}