body{
    margin: 0px auto;
    padding: 0px;
    font-family: sans-serif;
    background-color: #CED8F6; 
}

td{
	font-size: 67%;
}

h3{
    text-align: center;
    color: firebrick;
}

a:link{
    text-decoration:none;
    color: darkgreen;
}

a:visited{
    text-decoration:none;
    color: black;
}

a:hover{
    font-weight:bold;
    text-decoration:none;
    color: darkred;
}

a:active{
    font-weight:bold;
    text-decoration:wavy;
    color: yellow;
    text-decoration:none;
}

.logo{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

td{
    text-align: center;
}

.feet{
    text-align: center;
    font-size: small; 
    padding-top: 10px;
    padding-bottom: 10px;
}

.shrink{
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 7px;
}

footer{
    width: 100%;
    background-color: #bab892;
}

.navbottom{
    background-color:cadetblue;
    margin-top: 20px;
}

nav{
    display: block;
    background-color: darkgreen;
    overflow: hidden;
    margin-top: -5px;
    width: 100%;
}

nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav ul li{
    width: 20%;
    float: left;
}

nav ul li a{
    display: block;
    text-align: center;
    padding: 10px 12px;
    text-decoration: none;
}

nav ul li a:link{
    color: wheat;
}

nav ul li a:visited{
    color: white;
}

img{
    border-radius: 7%;
}

.imgg{
    border-radius: 0%;
}

.forumnew{
    background: black;
    color: white;
    border-radius: 2px;
    font-size: 0.6em;
    line-height: 1.2em;
}

.butt{
	background-color: #0f7680;
	color: white;
	border-radius: 2px;
    margin-bottom: 5px;
	padding: 2px 5px;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	border: solid darkgrey;
}

.butt:hover{
	color: gold;
	cursor: pointer;
}