body {
  background: #0f253f;
  font-size: 12px;
  font-family: Arial, Times;
  color: #FFFFFF;
  margin: 0px 0px 0px 0px;
  height: 100%;
}

html {
  height: 100%;
}

p
{ color: #FFFFFF;
  font-size: 12px;
}

p.menu
{ color: #FFFFFF;
  font-size: 12px;
}

td.center
{ text-align: center;
}

li { font-size: 12px; }

img {
  border-width: 0px;
  padding-left: 2px;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  vertical-align: middle;
 }

img.nopad {
  border-width: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px; }

a { font-size: 12px; }

a.big { font-size: 16px; }

a:link {
  text-decoration: none;
  color: yellow; }

a:active {
  text-decoration: none;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: lightblue;
  color: yellow; }

a:hover {
  text-decoration: none;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: lightblue;
  color: yellow; }

a.nostyle:hover {
 text-decoration: none;
 border-bottom-width: 0px; }

a:visited {
  text-decoration: none;
  color: yellow; }


a.menu:link {
  text-decoration: none;
  color: yellow; }

a.menu:active {
  text-decoration: none;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: green;
  color: yellow; }

a.menu:hover {
  text-decoration: none;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: green;
  color: yellow; }

a.menu:visited {
  text-decoration: none;
  color: yellow; }


address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted; }


.indent5 {
  padding-left: 5px; }


.indent15 {
  padding-left: 15px; }

.nopad {
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px; }

.bookpurchaseborder {
				border: 1px solid #008000;
				color: #000000;
}
.bookpurchaseheader {
				text-align: center;
				color: #FFFFFF;
				font-family: Arial, Helvetica, sans-serif;
				font-size: small;
				background-color: #000080;
}
