div#htmlemail { 
 border-color: #39c;
 background-color: #fff;
}

div#htmlemail h1 { background-color: #fff; }

div#htmlemail h2 { 
 background-color: #39c; 
 color: #fff;
 }

div#htmlemail a { color: #39c; }

div#htmlemail a:visited { color: rgb(112,183,219); }

div#wrapper { border-color: #39c; }
 
div#thisissue { background-color: rgb(112,183,219); }
 
div#thisissue h2 {
 background-color: #fff;
 color: black;
}

div#thisissue a { color: #000; }

div#thisissue a:visited { color: #333; }

div#thisissue h3 {  background-color: #fff; }

div#nav { background-color: #c1e0f0; }

div#content h3 {
 color: #39c;
 border-color: #39c;
 }
 
div#content blockquote { border-color: #39c; }