body {
background-color: aliceblue;
}


a:link, a:visited {
color: black;
}

a:hover, a:active {
color: red;
}

.header {
background-color: cornflowerblue;
color: black;
}

.links {
background-color: lightsteelblue;
}

.content {
background-color: white;
}

.sidebar {
background-color: lightsteelblue;
}

.footer {
background-color: silver;
color: black;
}
