/* index.css
 * Joseph Ruscio
 *
 * Main stylesheet for my webpage
 */

BODY {color: #000000; background: #CCFFCC;}
BODY.code{color: #00FF00; background: #000000;}

H2 {color: #000000; background: #FF3366;}
IMG {display: block !important;}

P {line-height: 150%; text-indent: 0.25in;}
P.bookReview {font-family: serif;}
P.code{white-space: pre; font-family: monospace;}


A:link, A:visited, A:active { text-decoration: none;}
A:link {color: #FF0033;}
A:visited {color: #0033FF;}
A:hover { color: #33FF00; }
