.Header {
    border: 5px outset  #00b7ab;
    border-radius:50px 25px;
    background-color:lightblue;
    text-align: left;
    color: black;
    padding-left: 50px;
}

body {
  text-align: center;
  background-color: #007ba7;
  color:  #6c1099;
  font-family: Verdana;
}

.Title {
    border: 5px outset #039d6f;
    text-align: center;
    background-color: #03dd9c;
    border-radius:25px;
    padding: 10px;
}

.myDiv {
  border: 5px outset  #039d6f;
  border-radius:25px;
  background-color:   #03dd9c;
}

.text-body {
  border: 5px outset;
  border-radius:5px;
  background-color:  white;
  color:black;
  padding-left: 25px;
  padding-right: 25px;
  text-align:left;
}

.sub-text-body {
  background-color: lightgrey;
  color:black;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 5px;
  padding-bottom: 3px;
  text-align:left;
}

.text-body sup {
 font-size:10px; 
}


.hangingindent {
  padding-left: 22px ;
  text-indent: -22px ;
} 

.inset {
  border: 5px outset #039d6f;
  border-radius:25px;
  text-align:center;
  background-color:lightblue;
  margin:25px;
  padding-left:5px;
  padding-right:5px;
}

.section-head {
  border: 5px outset #039d6f;
  border-radius: 5px;
  background-color: lightblue;
  padding-left:10px;
  text-align:left;
}

.section-head h1 {
  font-size:20px;
}

.section-head p {
  font-size:13px; 
}

.list {
  padding-left: 22px ;
  text-indent: -22px ;
  margin:10px;
}

/*.list a:link {
  text-decoration:none;
}

.list a:visited {
  text-decoration:none;
}*/

a {
  color:#0000e6;
  text-decoration:none;
  /*because fuck accessiblity I guess; I want my page to look pretty*/
}

.internal-aside {
  font-size:10px;
}

.table tr, table td, table{
 border:1px solid #ddd; 
 border-collapse: collapse;
 padding: 10px;
 margin-left:auto;
 margin-right:auto;
}
