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