body{
    font-family: 'Courier New', Courier, monospace;
    font-size: medium;
    background-color: pink;
    color: black;
}

h1{
    color: blue;
    font-size: large;
    text-align: center;
    font-weight: 200px;
    text-decoration: none;
}

h2{
    color: red;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 10px;
}

p{
    text-align: justify;
    text-indent: 10px;
    font-variant: small-caps;
}

li{
    color: blue;
    font-size: medium;
}

a{
    text-decoration: none;
}