body {
    margin: 0px;
    padding: 0px;
    background-image: url(images/pslytherin.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #ffffff;
    color: #000000;
}

#Header {
    color: #007700;
    margin: 194px 0px 0px 75px;
    padding: 0px;
}

#Footer {
    margin: 0px 150px 50px 0px;
    font-size: 14px;
    text-align: right;}

p {
    font-size: 14px;
    line-height: 22px;
    font-family: verdana, arial, helvetica, sans-serif;
    margin: 0px 0px 12px 0px;}


a {
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    font-family: verdana, arial, helvetica, sans-serif;}

a:link {
    color: #d97405;}

a:visited {
    color: #4150ff;}

h1 {
    color: #333333;
    font: 36px/36px verdana, arial, helvetica, sans-serif;
    font-weight: 900;}

h2 {
    color:#333333;
    font: 20px verdana, arial, helvetica, sans-serif;
    font-weight: 700;
    margin:18px 0px 3px 0px;}

h3 {
    color: #666666;
    font-size: 15px;
    font-weight: 800;
    margin: 6px 0px 3px 0px;}


/* Fred's addtions */
.document {
    margin-top: 5px;
    margin-left: 75px;
    margin-right: 116px;
    background-color: #fdfdda;
    border: 1px solid black;}


/* for text that need to stick the the ceiling */
div.pf-row-ceiling {
    clear: both;
    display: flex;
    align-items: flex-start;
    width: 100%; 
     /* border: solid blue 3px; */
}

/* left-aligned text data cell */
div.pf-td{
    display: inline-block;
    width: 70%;
    padding-left: 2em;
    padding-right: 1em;
    /* border: solid red 2px; */
}

ul {list-style-type: none;}

span.group-header {
    line-height: 2em;
    font-weight: normal;
    font-size: 115%;
    text-decoration: underline;}



