/*this is the first css page for site*/

body {background-image: url(../practice-bg.jpg);
       background-position: 80% 5%;
     /* background-attachment: fixed;*/
      background-repeat: no-repeat;
      background-color: white;
/*      background-color: #bebebe;*/
      font-family: sans-serif;
      font-weight: normal;
      text-align: left;
      }
STRONG { font-size: larger }
h1, h2, h3    {color: black;  
              margin-left: 5%; 
/*              text-shadow: red 1px 1px;*/
              font-family: sans-serif;
              text-align: left;
              }


hr      {margin-left: 5%; margin-right: 50% }
address {color: black; text-decoration: none; text-align: left; margin-left: 5%; font-family: sans-serif;}

p       {color: black; text-decoration: none; text-align: justify; margin-left: 5%; margin-right: 50%; font-family: sans-serif;}

p.menu   {color: black; text-decoration: none; text-align: left; margin-left: 5%; margin-right: 30%; font-family: sans-serif; font-size: smaller;}

form     { margin-left: 5%; }

DL    { text-align: left }
/*A:link    { color: black }*/    /* unvisited links */
/*A:visited { color: aqua }*/   /* visited links   */
/*A:hover   { color: yellow }*/ /* user hovers     */
/*A:active  { color: lime }*/   /* active links    */
