h1 {
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

h2 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#news h2 {
    margin-top: 0px;
}

#news .more {
    font-size: 12px;
}

#skiArea h2 {
    text-align: center;
    margin-bottom: 10px;
}

#stjorn h2 {
    text-align: center;
    margin-bottom: 10px;
}

#log h3 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

p {
    margin-top: 0px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.text {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.footertext {
    font-family: Verdana;
    font-size: 7px;
}

.heading {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}

.subheading {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

.newsheading {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

.newsdate {
    font-family: Arial;
    font-size: 10px;
    color: #555555;
}

a {
    font-weight: bold;
    color: #dd0000;
    text-decoration: none;
}

a:hover {
    color: #FF0000;
}

a:visited {
    color: #994444;
}

#stjorn {
    font-size: 8px;
}

#stjorn table {
    font-size: 8px;
    width: 650px;
}

#stjorn th {
    background-color: #dd0000;
    color: white;
}

#skiArea table
{
    font-size: 8px;
}

#skiArea th {
    background-color: #dd0000;
    color: white;
}

.oddLine {
    background-color: #ffffff;
}

.evenLine {
    background-color: #dddddd;
}

.weatherBox {
    width: 250px;
    border: black solid 1px;
    position: relative;
    float: right;
    text-align: center;
    margin-left: 10px;
    margin-right: 20px;
}

.weatherBoxHeader {
    width: 100%;
    background-color: #dd0000;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    font-weight: bold;
    font-size: 10pt;
    border: black solid 1px;
}

.weatherBoxData {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.weatherBoxOpeningHours {
    width: 100%;
    font-weight: bold;
    background-color: #cccccc;
    padding-top: 5px;
    padding-bottom: 5px;
}

.weatherBoxMessage {
    width: 100%;
    border-top: black solid 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}

.weatherBoxHumidity {
    width: 100%;
    border-top: black solid 1px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#trainingSchedule th {
    background-color: #dd0000;
    color: white;
    border: none;
    
}

