body {
    background-image: url("tirefire.jpg");
    font-size: 24pt;
    color: white;
    font-family: Impact, sans-serif;
    text-shadow: #333 0 0 2px;
}
p {
    margin-left: 5%;
}
a {
    color: #b8dbe4;
}
a:hover {
    color: #ea1;
}
h4 {
    background-color: #999;
    font-size: 2rem;
    font-family: "Times New Roman", serif;
    text-shadow: none;
    padding: .2em;
    border: 6px outset #aaa;
    display: inline;
}
h4 a {
    color: #327075;
}
