/*
 * Style sheet for Jacquemin's slides
 */

body {
    background:  #1b4a5f;
    color: #97F8E3;
}

H1 {
	text-align: center;
	color: lightblue;
}
H2 {
	text-align: center;
	color: lightgreen;
}
H3 {
	text-align: left;
	color: #33e;
}
H4.center {
	text-align: center;
	color: #66e;
}
table.color {
    	background: #0b3a4f;
}
H4 {
	text-align: left;
	color: #66e;
}
em {
}

p.framed {
    width: 100%;
    background-color: #eee;
    border: solid darkslateblue;
}

p.framedcentered {
    width: 100%;
    background-color: #eee;
    border: solid darkslateblue;
    text-align: center;
}

div.example {
    width: 100%;
    color: black;
}
div.dtd-example {
    width: 100%;
    color: black;
}
tt.example {
    color: maroon;
    margin-left: 1em;
}
pre {
    color: white;
    margin-left: 1em;
}
pre.programlisting         { whitespace: pre;
                             font-family: monospace;
                             background-color: #3991AE;
                             color: darkblue;
                             border-top-width: 1px;
                             border-top-style: single;
                             border-top-color: #d3d3d3;
                             border-bottom-width: 1px;
                             border-bottom-style: single;
                             border-bottom-color: #d3d3d3;
                             padding: 4px;
                             margin: 0em;
                           }
div.dtd-fragment {
    width: 100%;
    border: none;
    background-color: #eee;
}
pre.dtd-fragment {
    margin-left: 0;
}
pre.dtd {
    color: black;
    margin-left: 0;
}
div.illegal-example {
    width: 100%;
    color: red;
    border: solid red;
}
div.illegal-example p {
    color: black;
}
div.deprecated-example {
    width: 100%;
    color: red;
    border: solid rgb(255,165,0); /* orange */
}
div.deprecated-example p {
    color: black;
}
div.note {
    color: green;
    margin-left: 1em;
}
p.note {
    color: green;
    margin-left: 1em;
}
ul.toc {
    list-style-type: none;
}

a { 
    color : violet;
}	

DIV.subtoc {padding: 1em; border: solid thin; margin: 1em 0;
    background: #ddd}



