body {background: #004000; font-family: verdana, sans-serif; margin: 0px; color: #000000}
a {color: #009900}

p.m1 {font-size: 14px; color: #ffcc66; font-weight: bold; border-top: 1px solid #004000; border-bottom: 1px solid #004000; padding: 5px; text-align: left; background: #006600; margin-bottom: 0px; margin-top: 0px; font-variant: small-caps}
.m1 a {text-decoration: none; color: #ffcc66}

p.m2 {font-size: 12px; color: #ffff99; font-weight: bold; border-top: 1px solid #004000; border-bottom: 1px solid #004000; padding: 3px 15px; text-align: left; background: #009900; margin-bottom: 0px; margin-top: 0px}
.m2 a {text-decoration: none; color: #ffff99}

div.main {background-color: #ffffff; text-align: left; padding: 0px 10px; font-size: .9em; border-top: 1px solid #003366; border-bottom: 1px solid #003366; border-left: 2px solid #003366; margin: 0px}
.main a {color: #009900}
.main h1 {font-size: 1.3em; font-weight: bold; font-style: italic; margin-top: 0px}
.main h2 {font-size: 1.2em; font-weight: bold}
.main p {font-size: 1em}
.main li {font-size: 1em}


td.footer {background-color: #ccff99; text-align: left; font-size: 9px; font-style: italic; padding: 5px}
.footer a {color: #006600}

 /**
 * Flexible multiline definition lists with 2 lines of CSS
 */

dt, dd { display: inline; margin: 0; }

dd:after {
	content: '\A';
	white-space: pre;
}
