/******************************************************
* wmsigler.css
* Author: William M. Sigler (http://www.wmsigler.net)
******************************************************/

/***** Universal styles *****/
*.left   { text-align: left;   }
*.center { text-align: center; }
*.right  { text-align: right;  }
*.bold   { font-weight: bold;  }
*.italic { font-style: italic; }

/***** Body *****/
body { background-color: #ffffcc; }

/***** Code *****/
code.console { background-color: black; color: white; }

/***** Div *****/
div.code    { background-color: white; color: black; width: 80ex;
              border: 1px solid; padding: 10px; }
div.console { background-color: black; color: white; width: 80ex;
              border: 1px solid green; padding: 10px; }

/***** Paragraph *****/
p.math   { font-family: "Cambria Math"; }
p.indent { text-indent: 1.5em; }
p.hang   { text-indent: -3em; margin-left: 3em; }
