body { background-color: Khaki }

a:visited    { text-decoration: none; border-top: 1px dotted #000000; }
a.no:visited { text-decoration: none; background: none; border: none; }

a:hover      { text-decoration: none; border-bottom: 1px dotted #000000; }
a.no:hover   { text-decoration: none; background: none; border: none; }

<!--
     so in a statement, class=no will include all the no statements above
-->

p.smallText  { font-family: Georgia; font-size: 75%; font-style: italic; }
p.normalText { font-family: Georgia; font-size: 100% ;}
p.largeText  { font-family: Georgia; font-size: 125% ;}
p.xlgText    { font-family: Georgia; font-size: 150% ;}
p.hugeText   { font-family: Georgia; font-size: 200% ;}
p            { font-family: Georgia; font-size: 100% ;}

td[scope]    { font-weight:bold;}
p.doubleBdr  {border-style: double}

