/* stylesheet to format for printing; based on tutorial at http://www.alistapart.com/stories/goingtoprint  */

body {
   background: white;
   font-size: 12pt;
   font-family: Arial, Helvetica, sans-serif;
   }

#menuLeft, #topBar, #adBlock, #contentadblock {
   display: none;
   }

#contentBlock, #centerOfPage, #header, #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }

div#centerOfPage {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #00C067;
   }

div#header {
   margin-bottom: -8px;
   }

div#header img {
   vertical-align: bottom;
   }

a:link, a:visited {
   color: #0090CF;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

#contentBlock a:link:after, #contentBlock a:visited:after {
   content: " ("attr(href) ") ";
   font-size: 90%;
   }

#printfooter a[href^="/"]:after {
   content: " (http://www.gmatexam.info"attr(href)") ";
   }

h1 {
   font-weight: bold;
   font-size:18pt;
   }

#footer { font-size:10pt; 
	text-align: center;}

ul {margin-bottom: 2.00em;}

li {margin-bottom: 0.66em; line-height: 1.5em;}

