/* Style sheet  "work1" for SCLFpage */

#container
      {
        text-align:left;
      }
p.look
      {
        font-family:Tahoma,sans serif;
        font-size: medium;
      }

li.look
      {
      font-family:Tahoma,sans serif;
      font-size: medium;
      }

h1.mone
{
font-family:tahoma;color:green;
}
/*  to use: put <h1 class=mone> and close with </h1> */
 

h1.mtwo
{
font-family:tahoma;color:blue;
}
/*  to use: put <h1 class=mtwo> and close with </h1> *
 

h1.mthree
{
font-family:tahoma;color:red;
}
/*  to use: put <h1 class=mthree> and close with </h1> */


h1.reg
{
font-family:tahoma;color:black;
}
/*  to use: put <h1 class=reg> and close with </h1> */
 

h1.bd
{
font-family:tahoma;color:black;weight:bold;
}
/*  to use: put <h1 class=bd> and close with </h1> */

h1.dec
{ 
font-family:tahoma;color:black;
text-decoration:underline;
}




--------------------------------------------------------

h2.mone
      {
        font-family:tahoma;color:green;
      }
/* to use: put <h2 class=mone> and close with </h2> */



h2.mtwo
       {
        font-family:tahoma;color:blue;
       }
/* to use: put <h2 class=mtwo> and close with </h2> */



h2.mthree
      {
       font-family:tahoma;color:red;
      }
/* to use: put <h2 class=mthree> and close with </h2> */


h2.reg
       {
        font-family:tahoma;color:black;
       }
/* to use: put <h2 class=reg> and close with </h2> */



h2.bd
    {
      font-family:tahoma;color:black;weight:bold;
    }
/*  to use: put <h2 class=bd> and close with </h2> */

h2.dec

    {
      font-family:tahoma;color:black;
      text-decoration:underline;
     }



h3.mone
      {
        font-family:tahoma; color:green;
      }
/* to use: put <h3 class=mone> and close with </h3>

h3.mtwo
      {
       font-family:tahoma;color:blue;
      }
/* to use: put  <h3 class=mtwo> and close with </h3> */



h3.mthree
      {
      font-family:tahoma; color:red;
      }
/* to use: put <h3 class=mthree> and close with </h3> *


h3.reg
     {
      font-family:tahoma;color:black;
     }
/* to use: put <h3 class=reg> and close with </h3> */



h3.bd
      {
      font-family:tahoma; color:black; weight:bold;
      }
/* to use: put <h3 class=bd> and close with </h3> *

h3.dec
      {
       font-family:tahoma; color:black;
       text-decoration:underline;
       }

