@charset "UTF-8";
body {
 text-align: justify;
 margin-left: 80px;
 font-family: serif;
 width: 600px;
}

h1 {
 text-align: left;
 font-size: x-large;
 font-family: sans-serif;
 font-weight: bold;
 margin-bottom: 12px;
 }

h2 {
 text-align: left;
 font-size: large;
 font-family: sans-serif;
 font-weight: bold;
 margin-top: 24px;
 margin-bottom: 6px;
}

h3 {
 text-align: left;
 font-size: medium;
 font-family: sans-serif;
 font-weight: bold;
 margin-bottom: 6px;
}

p {
 margin-top: 6px;
}
