body {
  margin: 0px 0px 30px; 
  background-color:#FFFFFF; 
  font-family:Verdana,Arial,Helvetica,Geneva,sans-serif; 
}

p {
  font-size:10pt;
  font-weight:normal; 
  color:black; 
  text-decoration:none;
}

a:link        { color:black; text-decoration:underline; font-weight:bold; }
a:visited     { color:#CC0000; text-decoration:underline; font-weight:bold; }
a:hover       { color:red; text-decoration:underline; font-weight:bold; }
a:active      { color:maroon; font-weight:bold; }

.regular      { font-size:10pt; font-weight:normal; color:black; text-decoration:none; }
.grey         { font-size:10pt; font-weight:normal; color:#777777; text-decoration:none; }
.lightgrey    { font-size:10pt; font-weight:normal; color:#AAAAAA; text-decoration:none; }

.red          { font-size:10pt; font-weight:normal; color:red }
.bold         { font-size:10pt; font-weight:bold }
.boldred      { font-size:10pt; font-weight:bold; color:red }
.boldgrey      { font-size:10pt; font-weight:bold; color:#777777 }

.big          { font-size:12pt; font-weight:normal; }
.bigred       { font-size:12pt; font-weight:normal; color:red }
.bigbold      { font-size:12pt; font-weight:bold }
.bigboldred   { font-size:12pt; font-weight:bold; color:red } 
.bigboldgrey  { font-size:12pt; font-weight:bold; color:#777777 } 

.small          { font-size:8pt; font-weight:normal; }
.smallgrey      { font-size:8pt; font-weight:normal; color:#777777; }
.smallred       { font-size:8pt; font-weight:normal; color:red }
.smallbold      { font-size:8pt; font-weight:bold }
.smallboldred   { font-size:8pt; font-weight:bold; color:red } 
.smallboldgrey  { font-size:8pt; font-weight:bold; color:#777777 } 


/* border:1px solid grey; background-color:#E0E0E0; padding:10px; margin:0px; */