/* CSS styles  */

h1 {
    color:black;
    font-family:"Source Sans Pro", sans-serif;
    font-weight: bold; 
    background-color:white;
    height:100px;
    width:100%;
    text-align:auto;
    text-decoration:underline;
    border:solid;
    border-color:black;
    }

h3 {
    background-color:red;
    text-decoration:underline;
    }


p {
  text-indent: 10px;
}


.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}


.myDiv {
  border: 1px outset white;
  background-color: tan;    
  text-align: left;
}




/*
ol {
    text-align:left;
    list-style: number;
    background-color:none;
}
*/
