
body {
	background-color: #000;
	color: #fff;
}
a, a:hover, a:focus {
	color: #fff;
}
a:hover {
	text-decoration: underline;
}

.container {
	width: 830px;
}
h1, h2, h3, h4, h5, h6 {
	color: #E6E6E6;
}

header img {
	width: 812px;
	height: 261px;
}

.fr {
	float: right;
}

#nav ul {
	padding-left: 5px;
	margin: 0;
}
#nav li {
	float: left;
	list-style-type: none;
	margin-right: 25px;
	font-weight: bold;
}
#nav li a {
	text-decoration: none;
}
#nav li a:hover {
	text-decoration: underline;
}

.article {
	margin-left: 5px;
}

.cv dd, .pr dd {
	margin-bottom: 10px;
}

