/*general tag declarations*/
body {
    text-align:center;
    background-color: pink;
    color: black;
    font-family: serif;
}
a {
    color: blue;
}
h1 {
    margin-bottom: -15px;
}
h2 {
    margin-bottom: -15px;
}
h3 {
    margin-bottom: -15px;
}
h4 {
    margin-bottom: -15px;
}
h5 {
    margin-bottom: -15px;
}
h6 {
    margin-bottom: -15px;
}
footer {
    text-align:center;
    background-color:grey;
}
header {
    background-color:grey;
    padding:6px;
}
nav ul {
    list-style-type:none;
    text-align:center;
    margin-left:-30px;
}
nav ul li{
    display: inline;
}
/*From this area below is class-specific declarations (or whatever they're called)*/
p.love {
    margin-bottom:0px;
    font-size:12.5px;
}
h2.thatoneonthejokepage {
    margin-bottom: 15px;
    text-align:center; 
    font-weight:normal;
}
section.html1{
    background-color: white;
    text-align:left;
}
section.html1 h1{
    margin-bottom:15px;
}
section.html1 h2{
    margin-bottom:15px;
}
section.html1 h3{
    margin-bottom:15px;
}
section.html1 h4{
    margin-bottom:15px;
}
section.html1 h5{
    margin-bottom:15px;
}
section.html1 h6{
    margin-bottom:15px;
}
section.html2{
    background-color: white;
    text-align:left;
}
section.html3point2{
    
}
section.html4point01{
    
}
section.html5{
    
}