body, table, th, td, div {
font-family:Times New Roman;
font-size:1.2em;
}

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

H1{
color:maroon;
}


H2{
color:teal;
}

H3{
color:green;
}

blockquote{
text-align:left;
border-left:navy solid 10px;
background:#EFFFEF; 
padding:10px;
color:navy;
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 }