body {
    background-color:#FAFAF8;
    margin-left:50px;
    margin-right:20px;
    line-height:120%;
    font-family:Helvetica,Arial,sans-serif;
}

table {
    background-color:#FFFFFF;
}

table.green tr td {
	vertical-align:top;
	border:thin solid gray;
	background-color:#D0FFD0;
	border-collapse:collapse;
	empty-cells:show}
	
table.green tr td {
	border:thin solid gray;
	padding:1mm
	}

table.new {
    background-color:#D0FFD0;
}

tr.complex { background-color:#C0D0FF; }
tr.group { background-color:#C0D0FF; }
tr.sub { background-color:#C0D0FF; }

table.obsolete {
    background-color:#FFD0D0;
}

code {
	font-size: 14;
}

h1 {
    /*font-size:24pt;*/
    margin-left:-40px;
    color:#202080;
    font-family:Tahoma,Helvetica,Arial,sans-serif;
    font-style:bold;
}

h2 {
    /*font-size:20pt;*/
    margin-left:-40px;
    color:#F01040;
    font-family:Tahoma,Helvetica,Arial,sans-serif;
    font-style:bold;
    margin-top:1.5cm;
    border-bottom:solid thin gray;
}

h3 {
    /*font-size:16pt;*/
    margin-left:-40px;
    color:#F01040;
    font-family:Tahoma,Helvetica,Arial,sans-serif;
    font-style:bold;
    margin-top:1.0cm;
}

h4 {
    /*font-size:12pt;*/
    font-family:Tahoma,Helvetica,Arial,sans-serif;
    font-style:bold;
    margin-bottom:0cm; 
}

pre {
    background-color:#F4F4F0;
    font-family:Fixedsys,Courier;
    line-height:90%;
    padding:10px
}
