/*
My style sheet settings are as follows... 
The h1 tag is not presently used because 
it seems to mess up the formatting of the headline table.
*/



/* Normal text style  */
p            {font-family: Arial, Helvetica, Verdana, sans-serif;
              font-size: 11px;
              font-style: normal;
              /* color: #272C90; */
              text-decoration: none;}

li            {font-family: Arial, Helvetica, Verdana, sans-serif;
              font-size: 11px;
              font-style: normal;
              /* color: #272C90; */
              text-decoration: none;}


/* Hyperlink colour   */
a            {font-family: Arial, Helvetica, Verdana, sans-serif;
              font-size: 11px;
              font-style: normal;
              color: #000099;
              text-decoration: none;}

a:visited     {font-family: Arial, Helvetica, Verdana, sans-serif;
              font-size: 11px;
              font-style: normal;
              color: #008080;
              text-decoration: none;}
              
a:hover     {font-family: Arial, Helvetica, Verdana, sans-serif;
              font-size: 11px;
              font-style: normal;
              color: #000099;
              text-decoration: underline;}


/* Main Page header text   */
h1           { font-family: impact; font-size: 18pt; text-align: center; color: 
               #000099; font-weight: bold;}

/* Normal table style   */
td           {font-family: Arial, Helvetica, Verdana, sans-serif;
              font-size: 11px;
              font-style: normal;
              text-align:justify
              text-decoration: none;}



/*
hr
{
color: #000099
}

p.xsmall
{
text-align: justify;
font-family: fixedsys;
font-size: xx-small;
color: black
}

p.center
{
text-align: center;
font-family: fixedsys;
font-size: small;
color: black
}

p.red
{
text-align: justify;
font-family: fixedsys;
font-size: small;
color: red
}

p.boldred
{
text-align: justify;
font-family: fixedsys;
font-size: small;
font-weight: bold;
color: red
}

td
{
text-align: center;
font-family: fixedsys;
font-size: small;
color: black
}
*/