h2 {
    color:cornflowerblue;
    font-family:inherit;
}

h1 {
    color: darkcyan;
    font-family:inherit;
    border: 2px
            dashed blueviolet;

}

p {
    color:darkred;
}

h3 {
    color:firebrick;
    font-family:monospace;
    font-size: 20px;
    border: 1px
            dashed
            gray;
}

h4 {
    color: darkblue;
    font-family:monospace;
    font-size: 20px;
    border: 1px
            dashed
            black;
}

body {
    background-image: url(background3.jpg)
} 

