/* Layout */
BODY {
 color: #000;
 background: #fff;
}
#wrap {
 color: #000;
 background: #fff;
 border: 0px;
}
#header {
 color: #000;
 background: #fff;
}
#title a{
 color: #000;
 background: #fff;
}
#title a:hover{
 color: #000;
 background: #fff;
}
#motto {
 color: #000;
 background: #fff;
}

#maincolumn {
 color: #000;
 background: #fff;
}
.columnleft {
 color: #000;
 background: #fff;
 border-color: #ccc;
}
.columnright {
 color: #000;
 background: #fff;
 border: none;
}

#footer {
 color: #000;
 background: #fff;
}


/* HEADERS */
h1 { color: #000; background: inherit; }
h2 { color: #000; background: inherit; }
h3 { color: #ccc; background: inherit; }
#maincolumn h2 a { color: #000; background: inherit; }
.columnright h2, .columnleft h2{ color: #000; background: inherit; }
#maincolumn h2 a:hover{ color: #ccc; background: inherit; }



/* COMMENT BOXES */
.comment1 {
 color: #000;
 background: #fff;
 border-color: #ccc;
 border-top: 1px dashed #ccc;
}
.comment1 .info_box {
 color: #000;
 background: #fff;
 border-color: #ccc;
}

.comment0 {
 color: #000;
 background: #fff;
 border-color: #ccc;
 border-top: 1px dashed #ccc;
}
.comment0 .info_box {
 color: #000;
 background: #fff;
 border-color: #ccc;
}


/* Text Stuff...*/
acronym, abbr { border-bottom: 1px dashed #333; }
em{color: red;}
a { color: blue; text-decoration:none; font-weight:600; }
a:visited {color:purple;}
a:hover { color: red; background: inherit; }
blockquote {
    border-left: 5px solid #ccc;
    margin-left: 1.5em;
    padding-left: 5px;
}




/* OTHER STUFF */
.info_box {
 color: #000;
 background: #fff;
 border-color: #ccc;
}
.reply a {
 color: #000;
 background: #fff;
}
.reply h2 {
 color: #000;
 background: #fff;
}




