/* print styles */

body { font-family: Georgia, Times, serif;
		 font-size: small;
		 color: black;
		 background: white;
		 }
h2 { text-align: center;
	  font-size: xx-large;
	  border-style: double;
	  border-width: 0 0 8px 0;
	  border-color: pink;
	  padding: 0 0 0 0;
		 margin:  0 0 0 0;
		}

h3 { text-align: center;
	  color: #006699;
	  font-size: x-large;
	  padding: 0 0 0 0;
		 margin:  0 0 0 0;
		}

td.babyimage { width: 0px; display: none;}
td.adbanner  { width: 0px; display: none;}
div.adbanner {display: none;}

table.bqr { border-collapse: collapse; }

table.bqr th, table.bqr td {
	  font-size: small;
	  margin: 0 0 0 0;
	  padding: 4px;
	  border-collapse: collapse;
	  border-style: solid;
	  border-width: 1px 1px 1px 1px;
	  }

.big { font-size: xx-large;
		 color: green;
		 }

.bullet { font-size: medium; font-weight: bold; color: blue; }

