body {
    font-family: "Lucida Console", sans-serif;	
    color: rgb(152, 221, 233);
    margin: 0;
}

@keyframes bg-pulse {
    25% {background-color: rgb(8, 20, 31);}
}

h1 {
    color: rgb(70, 228, 131);
}

a:visited {
    color: rgb(160, 98, 196);
}

a:hover {
    text-decoration: underline;
    background-color: #3ad1ff1f;
}

th, td {
    padding: 5px;
    background-color: #48d4ff0a;
}

td:hover {
    padding: 5px;
    background-color: #3ad1ff1f;
}

ul {
    margin: 10px;
}

.navbar {
    width: 100%;
    height: 80px;
    background-color: #233b44bb;
}

.logo {
    left: 25px;
    top: 26px;
    background-image:url('images/logo.png');
    width:200px;
    height:68px;
    overflow:hidden;
    font-size: 0px;
    display: inline-block;
    text-decoration: none;
}

.logo:hover {
    background-image:url('images/serveimage.jpg');
    height: 72px;
}

.pagetitle {
    width: 100%;
    height: 50px;
    text-indent: 1em;
}

.navigation {
    left: 250px;
    width: 100%;
    max-height: none;
    font-size: 18px;
    overflow: hidden;
    display: block;
}

div.navigation a {
    text-decoration: none;
    text-align: center;
    color: rgb(0, 132, 255);
}

div.navigation a:visited {
    color: rgb(160, 98, 196);
}

div.navigation a:hover {
    text-decoration: underline;
    background-color: #3ad1ff1f;
}

.nav_button {
    width: 100px;
    height: 30px;
    padding: 20px 20px;
    overflow: hidden;
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border-left: solid rgb(96, 115, 121);
}

.background {
    background-image:url('images/banner.png');
    background-size:cover;
    background-clip:inherit;
    margin: 0;
}

.content {
    background-color: #253c44c2;
}
