body     { color: #000000; font-family: verdana, arial, sans-serif; background-color: #ffffd0; }

H1       { font-size: 24px; color: red; line-height: 24px; text-align: center; margin-top: 2px; margin-bottom: 44px; }
H2       { font-size: 17px; color: teal; margin-top: 32px; font-weight: 500;   margin-bottom: 16px; }

p                { font-size: 14px; }
.small           { FONT-SIZE: 12.5px; color: #000000; }
.vlarge          { FONT-SIZE: 36px; color: #000000; }
.leftheading     { font-size: 24px; color: red; line-height: 24px; margin-top: 2px; margin-bottom: 32px; }

.centre          { text-align: center; }

ol        { margin-top: 4px; margin-bottom: 3px; }
ol.nogap  { margin-top: 4px; margin-bottom: 26px;}

ul.nogap  { margin-top: 4px; margin-bottom: 3px; }
ul.nogap2 { margin-top: 1px; margin-bottom: 3px; }
ul.nogap4 { margin-top: 0px; margin-bottom: 4px; }

li        { FONT-SIZE: 14.6px; }
li.nogap5 { margin-top: 0px; margin-bottom: 9px; }
li.wlm    { margin-top: 0px; margin-bottom: 20px; }

table            { margin-left:auto; margin-right:auto; }
table.tcentre    { padding: 6px; width: 100%; }
table.tright     { float: right; padding: 6px; }
table.tleft      { float: left;  padding: 6px; }
table.w350p      { width: 350px; }
table.w284p      { width: 284px; }

td.vtop          { vertical-align: top; }          
td.bgred         { background-color: #ff0000; }
td.bggreen       { background-color: #00ff00; }
td.greenbox      { background-color: #ccff99; vertical-align: middle; height: 58px; width: 284px; }

a:link		 { font-size: 14px; color: #6666ff; text-decoration: none; display: inline-block; }
a:visited	 { color: #6666ff; }
a:active	 { color: #ff6600; }
a:hover		 { color: #ff6644; }

a:link.list	 { font-size: 16px; color: #6666ff; text-decoration: none; }
a:visited.list	 { color: #6666ff; }
a:hover.list	 { color: #ff6644; }

a:link.bot       { FONT-SIZE: 13px; color: #0000ff; margin-right: 8px; }
a:visited.bot    { color: #0000ff; }
a:hover.bot      { color: #ff0000; }


@media screen and (max-width: 481px) {
 H2          { font-size: 20px; }
 p           { FONT-SIZE: 18px; }
 .small      { FONT-SIZE: 18px; }
 a:link      { FONT-SIZE: 21px; }
 a:link.list { font-size: 21px; }
 a:link.bot  { FONT-SIZE: 18px; margin-right: 12px; margin-left: 12px; margin-bottom: 25px; }
 }


