body {
    background-color: black;
	margin: auto;
}
#navi {  
	list-style:none;
	margin:0;
	padding:0;
}
#navi li {
	margin:2px;
	padding:2px;
	border:1px solid #0000ff;
	float:left;
}
table, th, td{
    border:  1px solid;
    color: wheat;
    border-color: #95a5a6;
}
img{
    width: 300px;
	margin: auto;
	display: block;	
}
td{
    text-align: justify;
}
th{
    text-align: justify;
}
h1 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #85929e;
}
h2{
	color: #117864;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
h3{
	color: #16a085;
	font-family: 'Times New Roman', Times, serif;
}
h4{
	color: #239b56;
	font-family: Verdana, Geneva, Tahoma, sans-serif;

}
h5{
	color: aquamarine;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
p{
	color: white;
	font-family: cursive;
	text-align: justify;
}
li{
	color: white;
	font-family: cursive;
	text-align: justify;
}
}