body
 {font-family: arial, sans-serif, verdana;
  background-color: #000000;
  margin-top: 0px; 
  margin-bottom: 0px; 
  margin-left: 0px; 
  margin-right: 0px; }

a:active  { color: #000000; text-decoration: underline; }
a:link    { color: #000000; text-decoration: underline; }
a:visited { color: #000000; text-decoration: underline; }
a:hover   { text-decoration: none }

a.lnkl:active  { color: #FFFFFF; text-decoration: underline; }
a.lnkl:link    { color: #FFFFFF; text-decoration: underline; }
a.lnkl:visited { color: #FFFFFF; text-decoration: underline; }
a.lnkl:hover   { text-decoration: none }

a.lnktb:active  { color: #0066CC; text-decoration: underline;  padding: 17px; display: block; display: inline;}
a.lnktb:link    { color: #0066CC; text-decoration: underline;  padding: 17px; display: block; display: inline;}
a.lnktb:visited { color: #0066CC; text-decoration: underline;  padding: 17px; display: block; display: inline;}
a.lnktb:hover   { text-decoration: none }

h1 { text-align: center; font-family: Times New Roman; color:#0066CC; }
h2 { text-align: center; font-family: Times New Roman; color:#0066CC; }
h3 { text-align: center; font-family: Times New Roman; color:#0066CC; }
/* li { margin-bottom: 5px } */
hr { border: 1px solid #0066CC; width: 590px; }
p.center  { text-align:center;  line-height: 150%; }

div.center  { text-align:center;  line-height: 150%; }
div.justify { text-align:justify; line-height: 150%; }
div.left    { text-align:left;  line-height: 150%; }
div.leftindex  { text-align:left;  line-height: 35px; font-size:large; }
div.div150   { line-height: 150%; }
div.divlink  { line-height: 150%; }

table.center   { margin-left: auto;  margin-right: auto; }
table.blue     { width:600px; margin-left: auto;  margin-right: auto;  border: 2px solid #0066CC; background-color: #99CCFF; border-collapse: collapse; }
table.black    { width:600px; margin-left: auto;  margin-right: auto;  border: 2px solid #0066CC; background-color: #000000; border-collapse: collapse; }
table.standard { width:600px; margin-left: auto;  margin-right: auto;  }
td.justify     { text-align:justify; line-height: 150%; padding: 5px; font-size:large; }
td.center      { text-align:center; line-height: 150%;  padding: 5px; font-size:large;}
td.left        { text-align:left; line-height: 150%;  padding: 5px; font-size:large; }

/* Start of Mobile CSS */

@media only screen and (max-width: 320px) {

body { font-size:x-large; }

hr { border: 1px solid #0066CC; width: 90%; }
p.center  { text-align:center;  line-height: 200%; }

a.lnktb:active  { color: #0066CC; text-decoration: underline;  padding: 12px; display: block; display: inline;}
a.lnktb:link    { color: #0066CC; text-decoration: underline;  padding: 12px; display: block; display: inline;}
a.lnktb:visited { color: #0066CC; text-decoration: underline;  padding: 12px; display: block; display: inline;}
a.lnktb:hover   { text-decoration: none }

div.center  { text-align:center;  line-height: 200%; font-size:x-large; }
div.justify { text-align:justify; line-height: 200%; font-size:x-large; }
div.left    { text-align:left; line-height: 200%; font-size:x-large; }
div.leftindex  { text-align:left;  line-height: 250%; font-size:x-large; }
div.div150  { line-height: 200%; font-size:x-large;}
div.divlink { line-height: 250%; font-size:x-large;}

table.center   { margin-left: auto;  margin-right: auto; }
table.black    { margin-left: auto;  margin-right: auto;  border: 2px solid #0066CC; background-color: #000000; border-collapse: collapse; }
table.blue     { margin-left: auto;  margin-right: auto;  border: 2px solid #0066CC; background-color: #99CCFF; border-collapse: collapse; }
table.standard { width:90%; margin-left: auto;  margin-right: auto;  }
td.justify     { text-align:justify; line-height: 200%; padding: 5px; font-size:x-large;  }
td.center      { text-align:center; line-height: 200%;  padding: 5px; font-size:x-large;  }
td.left        { text-align:left; line-height: 200%;  padding: 5px; font-size:x-large;  }
}

