body {
    color:#555;
    font-family: sans-serif;
    background-color: #eee;
}
h1 {
    font-size: 2.5em;
    color:#DD5735;
}
a {
    text-decoration:none;
    color:#DD5735;
}
h2 {
    font-size: 2em;
    color: #333;
}
h3 {
    font-size: 1.5em
}
.header, .footer {
    background-color : #ddd;
    text-align: center;
}

.header{
    border: 1px solid #DD5735;
}
.footer {
    border: 1px solid #555;
}
.parent {
    border: 1px dashed #DD5735;
}