body{
font-family:Times New Roman;
font-size:large;
}

th, td{
font-family:Times New Roman;
font-size:large;
padding: 5px;
}

table {
border-spacing: 0px;
border-collapse: collapse;
}


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

::selection {
color: black;
background: yellow;
}

blockquote{
text-align:left;
border-left:maroon solid 8px;
background:#EFEFEF; 
padding:10px;
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;
}