/* CSS for SOL */

h1,h2,h3,h4,h5,h6 { color: #000099; }
h4 { margin-bottom: 0.7em; }
body,p,ul { margin-top: 0em; margin-bottom: 0.7em; color: black; background: white; font-family: Arial, Helvetica, Verdana, sans-serif; }

p.white { margin-top: 0em; margin-bottom: 0.7em; color: white; background: #000099; font-family: Arial, Helvetica, Verdana, sans-serif; }

:link { color: blue; text-decoration: underline; }
:visited { color: #9999ff; text-decoration: underline; }
:active { color: red; text-decoration: underline; }
:hover { color: blue; text-decoration: none; }

:link.nav { color: blue; text-decoration: none; } 
:visited.nav { color: blue; text-decoration: none; }
:active.nav { color: red; text-decoration: none; }
:hover.nav { color: blue; text-decoration: underline; }

:link.jpw { color: #9999ff; text-decoration: none; } 
:visited.jpw { color: #9999ff; text-decoration: none; }
:active.jpw { color: red; text-decoration: none; }
:hover.jpw { color: blue; text-decoration: underline; }

:link.white { color: yellow; text-decoration: underline; } 
:visited.white { color: yellow; text-decoration: underline; }
:active.white { color: yellow; text-decoration: underline; }
:hover.white { color: cyan; text-decoration: underline; }


div.box { border: solid; border-width: 1; width: 100%; border-color: #000099; background: #FFCC66; padding: 0.5em; }