body    {
        color: #ffa500;
        font-family: helvetica, arial, sans-serif;
        font-size: 12pt;
        background-color: #000000;
        margin: 0px;
        }

th,td,p,li {
        color: #ffa500;
        font-family: helvetica, arial, sans-serif;
        font-size: 12pt;
        }

h1      {
        color: #ffa500;
        font-family: helvetica, arial, sans-serif;
        font-size: 18pt;
        font-weight: bold;
        }

h2      {
        color: #ffa500;
        font-size: 12pt;
        font-weight: bold;
        }

h3      {
        color: #f7941d;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.4em;
        }

h4      {
        color: #f7941d;
        font-size: 12pt;
        font-weight: bold;
        }

h5      {
        color: #f7941d;
        font-size: 10pt;
        font-weight: bold;

        }

h6      {
        color: #f7941d;
        font-size: 12pt;
        font-weight: bold;
        
        }

a:link  {
        color: #ff0000;
        }

a:visited       {
        color: #9c9cff;
        }

/* ------------------ extra classes ------------------------*/


.color1 {
        background-color: #ffffff;
        }
/*redish colour*/
.color2 {
        background-color: #ce6363;
        }

/*--- black---*/
.color3 {
        background-color: #000000;
        }

.copyr  {
        font-size: 8pt;
        }

.addr   {
        font-size: 10pt;
        }

        /* this pads the left and right ends of the address bar */
.rlpad  {
        padding-left: 0;
        padding-right: 0;
        }
       /*just pad left*/
.lpad   {
        padding-left: 30;
        }

        /* pad the top */
.tpad   {
        padding-top: 15;
        }

