body {
font-family: Optima, Geneva, Trebuchet, Arial, sans-serif;
background: url(Viking.png);
background-repeat: no-repeat;
}

.larger {
    font-size: 1.2em;
}

a, a:visited {
    text-decoration: none;
    color: #3366CC;
}

        
a:hover {
    text-decoration: underline;   
    color: green;
}

.currentPage {
font-weight: bold;
color: green;
}


.mainTitle a, .mainTitle a:visited {
    color: black;
}

.mainTitle a:hover {
    color: green;
}


.titlebar a img, .titlebar a:hover img, .titlebar a:visited img {
    text-decoration: none;
    border: none;
}


.titlebar {
    display: block;
    text-align: center;
font-size: 1.8em;
}

.left, .right {
    display: block;
    font-size: 1.2em;
    margin: 0.5em;
}
.left img {
    float: left;
}

.right img {
    float: right;
}

.titleMini {
    display: block;
    text-align: center;
    font-weight: bold; 
    text-decoration: underline;   
    padding-bottom: 1em;
}


.center {
    display: block;
    width: 550px;
margin: 0.5em;
}

.article, .articleFinal {
    display: block;
    border: dashed 1px #CC6600;
    padding: 1em;
    margin-bottom: 2em;
}

.articleFinal {
    margin-bottom: 0em;
}


.mainTitle {
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    text-decoration: underline;
}

 .articleDate {
    font-size: 0.8em;
    color: gray;
 }
 
.header, .footer {
    font-size: 0.8em;
    color: gray;
    text-align: center;
    margin: 1em;
}


.left .bandName, .right .bandName {
    margin-top: 0.5em;
}

.right .bandName {
    padding-left: 1.5em;
}

.media {
    text-align: center;
}

.media a img, .media a:visited img {
    text-decoration: none;
    padding: 0.2em;
    margin: 1em;
    border: dotted 1px green;
}

.media a:hover img {
    border: dashed 1px #CC6600;
}

