body {
   background-image:url('img/bkgnd.jpg');
   background-attachment:fixed;
   font-family: Times New Roman, Arial;
  }
  img {
     margin:auto;
     border:0px;
    }
p {
   color:black;
   font-family: "Times New Roman", Ariel;
   margin-left:  auto;
   margin-right: auto;
   text-align:left;
  }
p.blockquote {
   color:black;
   font-family: "Times New Roman", Ariel;
   margin-left:  20px;
   margin-right: 20px;
   text-align:left;
  }
p.center {
   color:black;
   font-family:"Times New Roman", Ariel;
   margin-left:auto;
   margin-right:auto;
   text-align:center;
  }
p.right {
   color:black;
   font-family:"Times New Roman", Ariel;
   margin-left:auto;
   margin-right:0px;
   text-align:right;
  }
table {
   background-color:white;
   margin-left:auto;
   margin-right:auto;
  }
td.lcol {
   background-color:#99ccff;
   padding-left:10px;
   padding-right:5px;
   height:1500px;
  }
td.rcol {
   background-color:white;
   text-align:left;
   padding-left:20px;
   padding-right:20px;
   width:540px;   
  }
span.title01 {
     color:darkred; 
     font-family:Helvetica, 'Times New Roman', Ariel;
     font-size: 140%;
     font-weight: bold;
    }
span.title02 {
     color:blue; 
     font-family:Helvetica, 'Times New Roman', Ariel;
     font-size: 120%;
     font-weight: bold;
    }


a:link     {color:#000066; text-decoration:none;}
a:visited  {color:#000066; text-decoration:none;}
a:hover    {color:red;     text-decoration:none;}
a:active   {color:#000066; text-decoration:none;}

a.rcol:link     {color:blue;    text-decoration:underline;}
a.rcol:visited  {color:red;     text-decoration:underline;}
a.rcol:hover    {color:red;     text-decoration:underline;}
a.rcol:active   {color:white;   text-decoration:underline;}

a.sub1:link     {color:#006600; text-decoration:none;}
a.sub1:visited  {color:#006600; text-decoration:none;}
a.sub1:hover    {color:red;     text-decoration:none;}
a.sub1:active   {color:#006600; text-decoration:none;}
