
@charset "utf-8"; /*VERY IMPORTANT, ESPECIALLY FOR SAFARI AND CHROME, WILL RENDER WEIRD CSS */
body {
  color : #000000;
  background : #ffffff;
  font-family : "Times New Roman", Times, serif;
  font-size : 14px !important;
}
a {
  text-decoration : none;
  color : #000;
}
#header, #footer, #menu, #pager, #menu-standard {
  display : none;
} 
#eligibility{display: block !important;}
#print-logo{display: block !important;margin-bottom:20px;}
table{border:1px solid black; width:100%;}
table th, td{padding:5px;}

