h1 {
    color:maroon;
    font-size:40px;
    line-height:2;
}
h2 {
    color:blue;
    font-size:30px;
    line-height:2;
}

p {
    color:navy;
}

a:hover {
    background-color:yellow;
    color:red
}

b {
    color:blue
}