body {
	color: black;
	background: white;
        font-weight:    medium;
        line-height:    1.3;
        font-size:      12pt;
        margin-top:     10px;
        margin-right:   20px;
        margin-left:    20px;
        margin-bottom:  10px;
}
strong {
	font-weight: bold;
	color: darkcyan;
}
h1 {
	font-family: sans-serif;
	font-size: 22pt;
	text-align: center;
	background: cyan;
}
dt {
    font-weight: bold;
}

strong.new {
    background: #FFFF00;
    color: #000000;
}

strong.caution {
    color: #FF0000;
}

strong.underconstruction {
    color: #A0A0A0;
    font-weight: normal;
}

div.headline {
    text-align: center;
}

div.center {
    text-align: center;
}
div.subtitle {
    margin-top: 1.0em;
    margin-bottom: 1.0em;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
}
div.underconstruction {
    text-align: center;
    font-size: 8pt;
    background: yellow;
}
