div#htmlemail { 
 border-color: #f60;
 background-color: #fff;
}

div#htmlemail h1 { background-color: #fff; }

div#htmlemail a { color: #f60; }

div#htmlemail a:visited { color: #ff944c; }

div#wrapper { border-color: #f60; }

div#htmlemail h2 { 
 background-color: #f60; 
 color: #fff;
 }
 
div#thisissue { background-color: #ff944c; }
 
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: #ffd1b2; }

div#content h3 {
 color: #f60;
 border-color: #f60;
 }