body {
    background: #ffc6cd;
    color: #830010;
}

div.post.reply {
    background: #ffafab;
    border-color: #ff9cd0;
}

div.boardlist {
    color: #830010;
}

a {
    text-decoration:none;
    color:#fc4c9e;
}

p.intro span.name {
    color: #e43e3e;
    font-weight: bold;
}

p.intro span.subject {
    color: #b82e83;
}

p.intro span.trip {
    color: #c7609f;
}

form table tr th {
    background: #ff0077;
    color: #ffeff6;
    border-style: solid;
    border-width: thin;
    border-color: white;
}

div.pages {
    background: #ffb1d6;
    color: #830010;
    border-style: solid;
    border-width: thin;
    border-color: white;
}

div.pages a.selected {
  color: #ce0060;
   font-weight: bolder;
}
