body, table, th, td{
font-family:Times New Roman;
font-size:x-large;
}

A{color:blue;text-decoration:none;}
A:hover{color:red;text-decoration:none;}

blockquote{
text-align:left;
border-left:maroon solid 8px;
background:#EFEFEF; 
padding:10px;
font-family:Times New Roman;
width: 90%;
}

.quotetb{
background:white;
padding: 5px;
}

.imgR{
float:right;
margin:10px;
margin-right:0px;
width:300px;
}

.imgL{
float:left;
margin:10px;
margin-left:0px;
width:300px;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

table { page-break-inside:auto }
    tr    { page-break-inside:avoid; page-break-after:auto }
    thead { display:table-header-group }
    tfoot { display:table-footer-group }