a { text-decoration: underline; }
a:hover { text-decoration: none; }

body{
    background-color: #FFFFFF;
    font-family: Arial, sans-serif;
    font-size: 11px;
    margin: 0 auto;
    padding: 2px;
    width: 800px;
}

div.content {
    background-image: url('img/div.content.norepeat.jpg');
    background-repeat: no-repeat;
    font-size: 13px;
    min-height: 120px;
    padding: 2px;
}

div.content p {
    display: inherit;
}

div.menu {
    background-color: #EEFFEE;
    border-bottom: 1px #DDDDDD solid;
    border-top: 1px #DDDDDD solid;
    font-size: 14px;
    padding-bottom: 3px;
    padding-top: 3px;
    text-align: center;
    word-spacing: 12px;
}

h1 {
    font-size: 42px;
    letter-spacing: 5px;
    line-height: 80%;
    padding-left: 4%;
}

h3 { text-align: center; }

hr {
    border: 1px #CCCCCC solid;
    width: 600px;
}

img.about { float: right; }

p.copyright { text-align: center; }

p.news { margin-left: 16px; }
p.news strong.header {
    display: block;
    font-size: 18px;
    margin-left: -16px;
}
