body {
background-color: white;
}

h1 {
color: white;
background-color: SteelBlue;
text-align: left;
font-family: Verdana, Geneva, sans-serif;
font-size: 40px;
text-indent: 50px;
}

h2 {
color: SteelBlue;
background-color: white;
text-align: left;
font-family: Verdana, Geneva, sans-serif;
font-size: 20px;
}

div {
padding-top: 5px;
padding-right: 80px;
padding-bottom: 1px;
padding-left: 80px;
}

p {
font-family: verdana;
font-size: 15px;
max-width: 600px;
}

li {
list-style-type: square;
}


ol {
    list-style-type: decimal;
    font-family: Verdana;
    max-width:600px;   
    margin-right: 150px;
    margin-left: 150px;

}

ul {
    list-style-type: square;
    font-family: Verdana;
    font-size: 15px;  
    max-width:950px;   
}





hr {
height:5px; 
border:none; 
color:SteelBlue; 
background-color: SteelBlue;
}

hr2 {
height:50px; 
border:none; 
color:SteelBlue; 
background-color: SteelBlue;
}
