/* css for the Orphan Leaf Review */

h1 { margin-top: 0em; margin-bottom: 0.5em; }
h2 { margin-top: 0.5em; margin-bottom: 0.5em; }
h3 { margin-top: 0em; margin-bottom: 0.5em; }
h4 { margin-top: 0em; margin-bottom: 0em; }
h5 { margin-top: 0em; margin-bottom: 0em; }
h6 { margin-top: 0em; margin-bottom: 0.5em; }
h1,h2,h3,h4,h4,h6 { font-family: garamond, serif; color: #330000; }

body { background: #330000; margin-left: 2%; margin-right: 2%; }
body,p,ul { margin-top: 0em; margin-bottom: 0.5em; font-family: garamond, serif; color: #330000;  }

pre { font-family: monospace; }

div.box { border: solid; border-width: 1; width: 100%; border-color: #330000; background: #ffcc99; padding: 0.5em; }

div.box2 { border: solid; border-width: 1; width: 100%; border-color: #330000; background: #ffffff; padding: 0.5em; }

:link { color: rgb(143, 85, 69); text-decoration: underline; font-weight: bold; } 
:visited { color: #996633; text-decoration: underline; font-weight: bold; }
:active { color: red; text-decoration: none; font-weight: bold; }
:hover { color: #3366CC; text-decoration: none; font-weight: bold; }

:link.button { color: #663300; text-decoration: none; font-weight: bold; } 
:visited.button { color: #663300; text-decoration: none; font-weight: bold; }
:active.button { color: red; text-decoration: none; font-weight: bold; }
:hover.button { color: #CC9966; text-decoration: underline; font-weight: bold; }

:link.norm { color: #3366CC; text-decoration: underline; font-weight: bold; } 
:visited.norm { color: #3366CC; text-decoration: underline; font-weight: bold; }
:active.norm { color: red; text-decoration: underline; font-weight: bold; }
:hover.norm { color: #0099cc; text-decoration: none; font-weight: bold; }