/*
I decided to put all the pages in a common style on 2/01/2011, the
date I created this page.  Much better than doing it over and over
again for each bloody page!  -BPL

Link to this page by putting the following in the head section:

<link rel="stylesheet" type="text/css" href="BPLstyles.css">

Each web page should end with a table of this form:

<br /><br />

<table>
  <tr><td>Page created:</td><td>12/15/2009</td></tr>
  <tr><td>Last modified:&nbsp;&nbsp;</td><td>02/13/2011</td></tr>
  <tr><td>Author:</td><td>BPL</td></tr>
</table>
*/



/* Big areas */

 blockquote {
  font-family: "Times New Roman";
  font-size: 1.1em;
 }

 body {
  background-color: #EEFAFF;
  font: 1.0em Verdana, Arial, sans-serif;
 }

 div {
  font-family: "Courier New"; Courier;
 }

 pre {
  font-size: 1.0em;
 }



/* Forms */

 input {
  font: 1.0em Verdana, Arial, sans-serif;
 }



/* Headers */

 h1 {
  color: blue;
  font-size:  1.5em;
  margin-top: 0.3em;
  margin-bottom: 0.5em;
  text-align: center;
 }

 h2 {
  color: blue;
  font-size:  1.0em;
  text-align: center;
 }

 h3 {
  color: blue;
  font:  0.9em Verdana, Arial, sans-serif;
  font-weight: bolder;
  text-align: center;
 }

 h4 {
  font-family: "Courier New"; "Courier";
  font-size: normal;
  font-weight: normal;
 }



/* Links */

 a {
  font: 1.0em Verdana, Arial, sans-serif;
 }



/* Miscellaneous */

 ff {
  color: red;
  font-weight: bold;
 }

 .nobreak br { display: none }



/* Paragraphs */

 p.centered {
  text-align: center;
 }

 p.equation {
  display: block;
  font: mono;
  font-size: 15px;
  margin: 40px 5px 40px 40px;
  text-align: left;
  white-space: pre;
 }



/* Tables */

 table.pink {
  background-color: #FFF5F5;
 }

 table.green {
  background-color: #EEFFFA;
 }

 td {
  font: 1.0em Courier New;
 }

 th {
  text-align: left;
 }

 td.matrix {
  border-left: solid 1px #060;
  border-right: solid 1px #060;
  padding-left: 10px;
  padding-right:  10px;
  font: 1.0em Courier New;
  text-align: center;
 }

 td.tt {
  font: 1.0em Courier New;
  text-align: center;
  width: 50px;
 }

 th.tt {
  text-align: center;
  width: 50px;
 }



/* Page created:   2/01/2011 */
/* Last modified:  4/13/2011 */
/* Author:         BPL */