/*
	Desc: *title* Print Style Sheet
	Author: *your Name*
=== === === === === === === === === === */

body {
   background: white;
   font: 12pt/16pt Georgia, serif;
}
   
#navigation {
   display: none;
}
   
#content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   color: black;
   background: transparent none;
}

div#content {
   margin-left: 10%;
   padding-top: 1em;
}

a:link, a:visited {
   color: #000;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}