html BODY {
 background-color: #fff; /* printer friendly */
 color: #000; /* printer friendly */
} 

html #outercontainer { 
 width: 720px;
 background-color: #fff;  /* printer friendly */
}

html #innercontainer { width: 680px }

.printKill { display: none }

html .screenKill { display: block }

html .caption2,.caption2 a:link,.caption2 a:visited,.caption2 a:active { color: #000 }
