/*  Style sheet for IEEE WG P1016 weekly status reports. */


body {
    font-family: Arial, sans-serif;
    color: black;
    background: ivory;
    margin-top: .6in;
    margin-bottom: .6in;
    margin-left: 1in;
    margin-right: 1in;
}

div { display: block; }

h1, h2, h3, h4, h5, h6 { text-align: left; }
h1, h2, h3 { color: 660000; }	/* was: #005A9C  */

h1 { font: 150% Helvetica, sans-serif }
h2 { font: 120% Helvetica, sans-serif }
h3 { font: 120% Helvetica, sans-serif }
h4 { font: bold 100% Helvetica, sans-serif }
h5 { font: italic 100% Helvetica, sans-serif }
h6 { font: small-caps 100% Helvetica, sans-serif }

a.entity { color: red; }
a.element { color: green; }
a:hover { background: #ffa; } 

dfn { color: red; font-weight: bold; }
dfn { color: #400040; font-style: italic; font-weight: bold; }

tt { color: #4000af; }
th, td { font-family: sans-serif; }


dt, dd { margin-top: 0; margin-bottom: 0; } /* opera 3.50 */
dt { font-weight: bold; }

pre, code { font-family: monospace; } /* navigator 4 requires this */
pre { margin-left: 2em; }
code { color: #660099; font-weight: bold; }

.hide { display: none; }

div.head { margin-bottom: 1em; }
div.head h1 { margin-top: 2em; clear: both; }
div.head table { margin-left: 2em; margin-top: 2em; }
div.head img { color: white; border: none; } /* remove border from top image */

p.copyright { font-size: small; }
p.copyright small { font-size: small; }




