/* Style sheet for "Introduction" */

/* Body style */

BODY {background-color: #FFFFFF; margin: 0 0 0 0;
      font-family: Arial, Helvetica, sans-serif;
}

table.main {background-color: #FFFFFF;
            margin: 0 0 0 0; 
      font-family: Arial, Helvetica, sans-serif;
/*      border-top: 5px double black;
      border-left: 5px double black;
      border-right: 5px double black;  */
}

H1 {font-style: italic;}
P {font-weight: bold; font-size: 15px; margin-right: 50px;}



/* Size of first letter in paragraph increased and set to bold */

.firstparagraph:first-letter
     {font-size: 200%;
     font-weight: bold;
}




