﻿body {
	margin: 0 12px 0 12px;
	font-family: Courier New, Courier, mono;
	background-image: url(nbg.gif);
	background-color: #FEF8E7;
	font-size: 14px;
	line-height: 20px;
	padding: 0;
    }

  p { font-family: Courier New, Courier, mono;
    font-size: 14px;
    line-height: 20px;
    }

  div { font-family: Courier New, Courier, mono;
    font-size: 14px;
    line-height: 20px;
    }

  div.javascript { font-family: Courier New, Courier, mono;
    font-size: 14px;
    line-height: 20px;
    }

  table { font-family: Courier New, Courier, mono;
    font-size: 14px;
    line-height: 20px;
    }

  blockquote { font-family: Courier New, Courier, mono;
    font-size: 14px;
    line-height: 20px;
    }

  td { font-family: Courier New, Courier, mono;
    font-size: 14px;
    line-height: 20px;
    list-style-type: disc;
    list-style-image: url(../pix/red.gif);
    list-style-position: outside;
    }

  a { text-decoration: none;
    font-family: Courier New, Courier, mono;
    font-size: 14px;
    line-height: 20px;
    }

  a:hover { color: "red";
       font-family: Courier New, Courier, mono;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    text-decoration: underline;
    }

  a:visited { color: #000088;  
    font-family: Courier New, Courier, mono;
    font-size: 14px;
    line-height: 20px;
    }

h1 {
  background-image:  url(heading.gif);
  background-position: left;
  font-size: 123%;
  font-weight: bolder;
  color: black;
  font-family: Courier New, Courier, mono;
  background-repeat: no-repeat;
  text-indent: 12px;
  text-align: left
}

h2 {
  background-image:  url(heading2.gif);
  background-position: left;
  font-size: 110%;
  font-weight: bolder;  
  color: black;
  font-family: Courier New, Courier, mono;
  background-repeat: no-repeat;
  text-indent: 12px;
  text-align: left

}

h3 {
  background-position: left;
  font-size: 100%;
  font-weight: bolder;
  color: black;
  font-family: Courier New, Courier, mono;
  background-repeat: no-repeat;
  text-indent: 12px;
  text-align: center; }
