/* vim: cindent ai
 */

body {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 25px;
    background: #eee;
    font-family: tahoma, sans-serif;
    font-size: x-small;
}

div.title {
    text-align: right;
    font-size: xx-large;
}

div.news {
    border: 1px dashed #bbb;
    background: #ede;
    padding: 10px;
}

div.software {
    border: 1px dashed #bbb;
    background: #ddf;
    padding: 10px;
}

img.screenshot {
    float: right;
    margin: 10px;
}

img.w3 {
    border: none;
}

div.copyright {
    font-family: monospace;
    font-size: xx-small;
}

h1 {
    font-size: large;
    text-align: right;
    border-bottom: 1px solid #0F7200;
}

p.newsitem {
    text-align: justify;
}

p.softitem {
    text-align: justify;
}

a {
    text-decoration: none;
    color: #4282B5;
    text-align: center;
}

a:hover, a:active { 
    text-decoration: underline; 
}
