@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	font-family: verdana, non-serif;
/*	font-size: 80%; */
	font-weight: bold;
	margin: 0;
	padding:0;
	text-align: center;
 }
#navi {
	text-align: center;
   font-weight		: bold;
   color: #ffffff;
	text-align: center;
	padding-top: .5em;
	padding-bottom: .5em;
	font-size: 80%;
}
.navi a {
	color: #ffffff;
}

#logo {
	background-color: #fff;
	text-align: center;
	padding-top: 8em;
	padding-bottom: 1em
}
#logo p {
	margin: 0;
}
#text {
	text-align: center;
	color: #ffffff;
	line-height: 1.4em;
	margin-top: 1.6em;
	margin-left:20%;
	margin-right:20%
 }
#text h1 { font-size:150%;
}