body {
   background: white;
   font-size: 9pt;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   }
   
/* STANDARD STYLES */
h1,h2,h3,h4,h5 { color:#000080; font-family:Arial; }
h1 		 { font-size:12pt; margin-top:14px; margin-bottom:14px; }
h2 		 { font-size:16px; margin-top:14px; margin-bottom:14px; }
h3 		 { font-size:12px; margin-top:12px; margin-bottom:12px; }
h4		 { font-size:11px; margin-top:14px; margin-bottom:14px; }
h5 		 { font-size:9px; margin-top:15px; margin-bottom:15px; }

#menu, #top, #menu_wrapper, #logo {
   display: none;
   }
   
#cvcontent {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   background: transparent none;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#cvcontent a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#cvcontent a[href^="/"]:after {
   content: " (http://www.3cconsulting.com" attr(href) ") ";
   }

