.pico {
	font-size: 12px;

}
.bottom {
	text-align: center;
	float: left;
	margin: auto;
}
.my_center {
	text-align: center;
	width: 400px;
}
.pico_left {
	font-size: 12px;
	float: left;
}
.pico_inv {
	font-size: 12px;
	float: left;
	color: #366;
}
.big {
	font-size: 16px;
}

#left_box {
	font-size: 12px;
	float: left;
	width: 10%;
	height: 40px;
	text-align: left;
}

#right_box {
	font-size: 12px;
	float: left;
	width: 90%;
	height: 40px;
	text-align: left;
}

.header {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline overline;
	text-align: center;
}

body {
	font-family: monospace;
	color: white;
	margin: 0;
	background-color: #366;
	text-align: center;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	width : 65px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	font-size: 12px;
}

li a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #999999;
	display: block;
	width: 100%;
}

li a:hover, a:hover {
	color: white;
}

