/* 
   courseprint.css created by yasuyo mukohda
   insert follow line your html file header
   link rel=stylesheet type="text/css" href="courseprint.css">
*/


@media print{
body{
     zoom: 90%;
     font-size: 12pt;
	 color: #000000;
	 background-color: #FFFFFF;

}

a:link, a:visited {
	                text-decoration: underline;
	                color: #000000;
                  }

}

