#container {
    height: 800px;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}


#footer {
    float:left;
    text-align-last: justify;
    box-sizing: border-box;
    font-size: 24px;
    color: #FFFBF0;
    height: 30px;
    width: 1000px;
    padding-right: 200px;
	padding-left: 200px;
    text-align: center;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #FFFBF0;
    border-right-color: #FFFBF0;
    border-bottom-color: #FFFBF0;
    border-left-color: #FFFBF0;
    
}



#navbar > a:hover {
    text-decoration: underline;
	color: #F00;
}

a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a.link:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
}

body {
	background-color: #000;
}

body,td,th {
	color: #FFF;
}

h1 {
	font-size: 24px;
}


h3 {
	font-size: 16px;
}