

body {
  text-align: left; 
  border: solid;
  border-width: thin; 
  margin-left: 20%; margin-right: 20%;
  color: black; background: white;
}


h1 {font-family: Garamond, sans-serif; color: blue; font-size: 27px; } 

h2 {font-family: Garamond, sans-serif; color: black; font-size: 22px; } 

p {font-family: Arial, sans-serif;   color: black; font-size: 16px; }

p {width: 600px; padding: 5px; }

p.one {
border-style: solid;
border-bottom-width: thin
}


p.inset {border-bottom-style: inset}


ol.decimal {list-style-type: decimal}


table
{
color: black;
text-align: left
}

table td {
    padding: 5px;
}

table th {
    padding: 5px;
    font-style: italic;
}


