body {
	background-color: #191E24;
}
p {
	color: white;
}
h3, h2, h4 {
	color: white;
}
h2 {
	color: white;
}
.container {
	# background-color: blue;
}
.content {
	# background-color: grey;
}
.navi {
	# background-color: grey;
}
.navcolumn {
	padding-top: 90px;
}
.navi_l {
	# background-color: grey;
 		text-align: right;
}
.navi_r {
	# background-color: grey;
}
#spacer {
	height: 50px;
}
h1 {
	color: white;
	text-align: right;
	padding-right: 90px;
	padding-bottom: 10px;
}
ul, li {
	list-style-type: none;
	letter-spacing: 1.7px;
	font-size: 12px;
	color: grey;
	text-decoration: none;
}
a {
	color: grey;
	text-decoration: none;
}
a:hover {
	color: darkgrey;
}
.bullet {
	position: relative;
	left: 29px;
}
.bulletr {
	position: relative;
	float: right;
	left: 29px;
	top: -16px;
}
a.white {
	color: white;
	text-decoration: none;
}
a.white:hover {
	text-decoration: none; color: grey;
}

