body {
    /* background-color: rgb(0, 255, 255);*/
    background: url("images/Background.jpg");
}

.column {
    float: left;
    width: 30%;
}

.row {
    padding-left: 20%;
}

.row:after {
    /* Clear floats after the columns */
    content: "";
    display: table;
    clear: both;
}

.pad10 {
    padding: 10px
}

.heading5 {
    text-align: right;
    padding: 10px;
}

.site-title {
    font-style: italic;
    color: rbg(220, 118, 106);
    /*color: rgb(0, 90, 90);*/
    font-size: 400%;
    text-align: center;
}

.logo {
    display: block;
    margin: auto;
}

.tabs {
    display: block;
    margin: auto;
    width: 35%;
}

#mydiv {
    font-weight: bold;
    display: block;
    margin: auto;
}

a:link {
    color: blue;
    background-color: transparent;
    text-decoration: none
}

a:visited {
    color: purple;
    background-color: transparent;
    text-decoration: none
}

a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
}