body{
    background: #ffffff !important;
    padding-top: 70px;
    padding-bottom: 70px;
}

a.enter{
    color:black;
    text-decoration: none;
    font-weight: bold;
}

/* unvisited link */
a:link {
    color: blue;
}

/* visited link */
a:visited {
    color: green;
}

/* mouse over link */
a:hover {
    color: hotpink;
}

/* selected link */
a:active {
    color: red;
}

.oc{
    background: #ffffff
}


p {
    padding-bottom: 40px;
}

iframe{
    width: 640;
    max-width: 100%;
    padding-bottom: 40px;
}

.footer {
/*     position: fixed; */
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: grey;
    color: white;
    text-align: center;
}
