table {
    color: #000000;
    font-family: Arial;
    font-size: 14px;
}

th {
    color: #FFFFFF;
    background-color: #0F9BE1;
    text-align: center;
    font-size: 16px;
}

td {
    text-align: center;
}

.LINKED {
    background-color: #00FF00;
}

.MASTER {
    background-color: #FFFF00;
}

.SLAVE {
    background-color: #FF0000;
}

.tablehell {
    background-color: #F2F2F2;
}

.tabledunkel {
    background-color: #D4D4D4;
}

.leftalign {
    text-align: left;
}

.rightalign {
    text-align: right;
}

.tablehover a:hover {
    display: block;
    text-decoration: none;
    width: 100%;
    background-color: #FF0000;
}

body {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    background: #0F9BE1;
}

p {
    color: #0F9BE1;
    font-family: Arial;
    font-size: 14px;
}

li {
    font-family: "Arial";
}

h1 {
    color: #0F9BE1;
    font-weight: bold;
    text-decoration: underline;
    font-family: Arial;
    font-size: 26px;
}

h2 {
    color: #0F9BE1;
    font-weight: bold;
    text-decoration: underline;
    font-family: Arial;
    font-size: 20px;
}

h3 {
    color: #0F9BE1;
    font-style: italic;
    text-decoration: underline;
    font-family: Arial;
    font-size: 16px;
}

hr {

}

a {
    color: #000000;
    font-family: Arial;
    text-decoration: none;
}

a:link {

}

a:visited {

}

a:hover {
    background-color: #FF1F1F;
}

a:active {
    font-weight: bold;
    font-size: 90%;
}

#menu {
    float: left;
    width: 20%;
    height: 99%;
    background: #fff;
    margin-right: 15px;
    padding-bottom: 20px;
}