a {
    color: black;
    font-weight: bold;
}

a:link {
    color: black;
    font-weight: bold;
}

a:hover {
    color: gray;
    font-weight: bold;
}

a:visited {
    color: black;
    font-weight: bold;
}

a:active {
    color: black;
    font-weight: bold;
}

body {
    margin: 0px;
    font-family: verdana;
    font-size: 12px;
}

td {
    font-size: 11px;
}

.knap {
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    width: 150px;
}

.felt {
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    width: 150px;
    height: 14px;
    padding: 0px;
}

.select {
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    width: 150px;
}

#availTimes select {
    width: 300px;
}

a {
    color: black;
    font-weight: bold;
}

a:link {
    color: black;
    font-weight: bold;
}

a:hover {
    color: gray;
    font-weight: bold;
}

a:visited {
    color: black;
    font-weight: bold;
}

a:active {
    color: black;
    font-weight: bold;
}

body {
    margin: 0px;
    font-family: verdana;
    font-size: 10px;
    background-color: #eaeaea;
}

td {
    font-size: 10px;
    text-align: left;
}

.loginfelt {
    border: 1px solid black;
    height: 16px;
    width: 80px;
    font-size: 9px;
    font-family: verdana;
}

.loginknap {
    font-family: verdana;
    font-size: 9px;
    font-weight: bold;
}

td.menu {
    font-weight: bold;
    cursor: hand;
    height: 25px;
    padding-left: 35px;
    padding-right: 0px;
    color: white;
}

td.menuSelect {
    font-weight: bold;
    cursor: hand;
    background-image: url(graphics/menuSelect_tile.gif);
    height: 25px;
    border: 1px solid black;
    padding-left: 5px;
    padding-right: 20px;
}