/* Dynamical Systems Software style file */

/* background specification */
body {color: #336666; background-color: #ffff61}

/* Somehow, not all text gets colored; why? */
p, dl, ol, ul, td, li {color: #333366}

/* Somehow, not all text gets a left margin; why? */
hr.force, p.force {margin-left: 100}

/* headers are in special color and italicised */
h3, h4 {font-style: italic; margin-left: 100}
h1 {color: #993300; font: bold 24pt/24pt sans-serif, serif; text-align: center}
h1.title {color: #3333cc; font: bold 24pt/24pt sans-serif, serif; text-align: center}
h2 {color: #993300; font: bold 18pt/18pt sans-serif, serif; text-align: left}
h3 {color: #330066}
h4 {color: #3333cc}

/* Copyright notification is smaller and right-adjusted */
p.signum {color: #993300; font: 10pt/12pt serif; text-align: right}
address {color: #993300; font: 10pt/12pt serif; text-align: right}

/* Links */
/* This bold-business does not work at all */
a.plain:link, a.plain:visited, a.plain:active {color: #333366}
a:link {color: #006699}
a:visited {color: #660000}
a:active {color: black}
a.fancy:link {font-style: italic}
a.fancy:visited {font-style: italic}
a.fancy:active {font-style: normal}
a.hidden:link, a.hidden:visited, a.hidden:active {color: #ffff61}


address a:link, address a:visited, address a:active {color: #993300}
p.signum a:link, p.signum a:visited, p.signum a:active {color: #993300}




