body{
    background-color: white;
    color: black;
}
h1{
    text-align: right;
    font-size: 16px;
    font-weight: 100;
}
h2{
    font-size: 16px;
    font-weight: 100;
}
h3{
    text-indent: 30px;
    font-size: 16px;
    font-weight: 100;
}
h4{
    text-align: center;
    text-decoration: underline;
}
p{
    text-indent: 30px;
}
h5{
    text-align: right; 
}