body {
    background-color: White;
    font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif;
}

div {
    padding: 7px;
}

p {
    padding: 7px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.alert {
    font-weight: bold;
}

.cv-item {
    margin: 0;
}

#picture {
    float: left;
}

#header {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: thin dotted
}

#menu {
    float: left;
}

#menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#menu ul li {
    background: white;
    margin: 0.5em 0;
    padding: 0.3em;
}

#menu ul a {
    font-size: 14pt;
    text-decoration: none;
}

#menu ul a:hover {
    color: #ff0000;
    background-color: silver;
    /*text-decoration: underline;*/
}

#address tr td {
    border: 2px solid black
}

#address td {
    padding: 10pt;
    width: 300px;
}

#content {
    padding-left: 11em;
}

#footer {
    clear: both;
    font-size: 10pt;
    font-weight: normal;
    font-style: italic;
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding-top: 0.4em;
    border-top: thin dotted;
}

.menuitem {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: teal;
    background-color: #FFFFFF;
    alignment: justify;
    text-decoration: none;
    line-height: normal
}

a {
    color: #222222;
    text-decoration: underline;
}

a:hover {
    /* text-decoration: underline;  */
    color: #ff0000;
}

a.talktitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: #222222;
    line-height: normal;
    font-weight: bold;
    text-decoration: underline;
}

a.talktitle:hover {
    text-decoration: underline;
    color: #ff0000;
}

#links a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: #222222;
    line-height: normal;
    font-weight: normal;
    text-decoration: none;
}

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

h3 {
    margin-top: 1.6em;
}

#topbox {
    font-size: large;
    float: left;
}

#topbox .subbox {
    margin: 0 2em 1em;
    padding: .5em;
    background: #EDEDE6;
}

#lecturer {
    margin-top: 1em;
}

#start_of_text {
    clear: both;
}

#cover {
    margin-left: 0.5em;
}

#schedule {
    border-collapse: collapse;
}

#schedule td {
    border-width: thin;
    border-style: dotted;
    padding: 0.5em;
}

#schedule td:first-child {
    vertical-align: top;
    text-align: right;
}

#schedule td.colspan {
    text-align: center;
}

