body {
	font-family: sans-serif;
	font-size: 13px;
	line-height: 150%;
	background: #000;
	color: #c6c386;
}
h3 {
    color: #eee;
}

hr {
    border-top: 3px double #444;
    border-color: #444;
    border-bottom: 0;
}

a {
    color: #b5b490;
    text-decoration: none;
    border-bottom: 1px dotted #444;
}

a:hover {
    color: #0892d0;
}

dt {
    font-weight: bold;
}

dd {
    font-style: italic;
}

table#cv {
    width: 800px;
}

td.date {
}
