﻿body         { font-family: Arial, Verdana, Helv, Helvetica, sans-serif, sans serif; font-size: 10pt ;color:#616a71}
table        { font-size: 10pt }
td           { font-size: 10pt }
h1           { font-size: 18pt }
h2           { font-size: 14pt }
h3           { font-size: 12pt; font-weight: bold }
blockquote   { margin-left: 25px;}

a:link, a:visited { 
color: teal; 
text-decoration: none; 
}
a:hover {
text-decoration: underline;
}
td.myClass {
color: #FFFFFF; 
background-color: #848F95;
}
td.myClass:hover {
color: #616a71;
background-color: #BAC3C7; 
}
