/* Black text in body and headers */
body, .reset,
h1, h2, body.wagn .card-slot h1, body.wagn .card-slot h2 {
color: #000;
}
/* pale purple page background */
body#wagn {
background: #E0CCEE;
}
/* purplish links */
a, a:link, a:visited,
.card-slot a.external-link,
.card-slot.line .content a.external-link,
.card-slot a.email-link {
color: #729;
}
/* red links to nonexistent cards */
.card-slot a.wanted-card {
color: #B00;
}
/* purple top bar and card headers and submenu text */
#menu {
background: #507;
}
.card-slot .card-header {
background: #507 none repeat scroll 0;
}
.card-slot .submenu a {
color: #507;
}
.card-header, .card-header a {
color:#FFFFFF;
}
/* help text - light blue background, left-aligned */
.help, .instruction {
background: #DDF;
text-align: left;
}
/* light purple comment background */
.card-slot .comment-box {
background: #CFAAEE none repeat scroll 0;
}