@import "content.css";

body {
	background-image: none;
}

#menu, #helpers, #links, #basket, #search, div.section_footer, div.block_footer, button {
	display: none;
}

div.section {
    background-color: transparent;
    background-image: none;
    border-top: 1px solid black;
	overflow: visible;
    width: 95%;
}

div.block {
    background-color: transparent;
    background-image: none;
	border: none;
    width: 95%;
}

form {
    overflow: visible;
}

dl {
    width: 93%;
}

dd {
    width: 95%;
}

dl.publications dt {
    border: 1px dotted #999999;
    padding: 9px;
}

h1, h2, p, a, li, td, th, dt, dd {
    font-size: 12pt;
	color: black;
}

h1 {
    font-size: 14pt;
}

span.highlight {
    background-color: transparent;
    text-decoration: underline;
}