body {
color: #1e3d6b;
background-color: #faeabd;
}



a:link {
text-decoration: none;
color: #a23457;
}

a:visited {
text-decoration:none;
color: #1e3d6b;
}

a:hover {
text-decoration: underline;
}

a:active {
text-decoration: underline;
}

.category {
background-color: #ffd400;
padding: 5px;
}

.divider {
color: #5e7662;
height: 4px;
width: 100%;
}