/* LEGOLAND version 2 news pages stylesheet */

body {
    background-image: url("../images/backgrounds/bricks-blue-40.jpg");
}

a, a:visited {
    color: blue;
}

h1 {
    color: blue;
}

hr {
    color: blue;
    background-color: blue;
}

h2.author {
    margin-bottom: 0;
}

h3.date {
    margin-top: 0;
}

.author, .author a, .author a:visited {
    color: green;
}

