@charset "utf-8";
/* CSS Document */

body {
  color : #000000;					/* set text to black */
  background : #ffffff;				/* set background white */
  font-family : "Times New Roman", Times, serif;	/* serif fonts */
  font-size : 12pt;		/* use points since this is for print media */
}
a {
  text-decoration : underline;		/* underline all links */
  color : #0000ff;
}
table, th, td {						/* style tables */
	border-collapse: collapse;
	border: 1px solid #000;			/* simple black borders */
	padding: 4px;
}

#header, #tabs, #menu_side, #footer, #printme {   /* hide all unnecessary sections */
  display : none;
}

