a,
a:link,
a:visited,
a:active {
    color: #3366CC;
    text-decoration: underline;    
}

div.header {
    background-image: url(images/mobile/header.png);
    background-repeat: no-repeat; 
    background-color: #3366cc; 
}

a.article_link, 
a.article_link:link, 
a.article_link:active, 
a.article_link:visited {
    color: #3366CC;
    font-weight: bold;    
}

h1, 
.headline_1 {
    color: #3366CC;
}

h2, 
.headline_2 {
    color: #3366CC;
}

div.navigation ul li {    
    background-image: url(images/mobile/navigation.png);
    background-repeat: repeat;    
}
