body {
	font-family: verdana, arial, sans-serif;
}

h1 {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 120%;
	padding: 4px;
	margin-left: -13px;

	color: #444444;
	background-color: #eeeeee;
	border: #aaaaaa 1px solid;
}

h2 {
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	color: #444444;
	border-bottom: 1px #aaaaaa solid;

	margin-left: -10px;
	padding-left: 5px;
}

h3 {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;

	color: #444444;
	background-color: #eeeeee;
	border: 1px solid #aaaaaa;

	padding: 4px;
}

h3 a {
	text-decoration: none;
	color: inherit;
}

h4 {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 90%;
	color: #666666;
}

h4 a {
	text-decoration: none;
	color: inherit;
}

h5 {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #666666;
}

h5 a {
	text-decoration: none;
	color: inherit;
}

p, li {
	color: #666666;
	font-size: small;
}

li {
    margin-bottom: 1em;
}

.publication {
    font-size: 80%;
	font-weight: normal;
	text-transform: uppercase;
}

.sidebar {
	position: absolute;
	top: 130px;
	left: 15px;
	width: 205px;

	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;

	padding-top: 0px;
	padding-left: 0px;

	font-family: verdana, arial, sans-serif;
	font-size: x-small;

	border: #aaaaaa 1px solid;
	color: #444444;
}

.sidebar h2 {
	font-size: 110%;
	font-weight: bold;
	background-color: #eeeeee;
	color: #444444;

	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 0px;
	margin-top: 0px;
	border: none;
}

.sidebar ul {
	padding-left: 2ex;
	margin-left: 0px;
	margin-right: 5px;

	list-style-type: none;
}

.sidebar ul li:hover {
	color: grey;
}

.sidebar p {
	/* border-top: 1px solid #eeeeee; */
	/* margin-top: 30px; */
	padding-top: 10px;

	padding-left: 5px;
	padding-right: 5px;
}

.sidebar a {
	color: #444444;
}

.sidebar a:hover {
	color: #444444;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
    color: #990000;
	text-decoration: underline;
}

.header {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: 30px;
}

hr {
    width: 60%;
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

.footer {
    font-size: 70%;
}

