img { 
	border-color: rgb(0, 51, 102); 
	border-style: dotted dotted dotted dotted;
}

table.bluebox {
	border-style: dotted dotted dotted dotted;
	border-width: 1px 1px 1px 1px;
	border-color: rgb(0, 51, 102) rgb(0, 51, 102) rgb(0, 51, 102) rgb(0, 51, 102);
	border-collapse: collapse;
	background-color: #F9FAF5;
}

H1 {
  color: #000000;
  font-family: Arial;
  font-size: 24pt;
  font-weight: normal;
  padding-left: 10px;
}

H2 {
  color: #000000;
  font-family: Arial;
  font-size: 22pt;
  font-weight: normal;
  padding-left: 10px;
}

H3 {
  color: #000000;
  font-family: Arial;
  font-size: 15pt;
  font-weight: normal;  
  padding-left: 10px;
}

H4 {
	color: #000000;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
    padding-left: 10px;
}

.strap {
	color: #000000;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

P {
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
}

TD {
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
}

B  {
  font-weight: bold;
}

I  {
  font-style: italic;
}

.red {
	color: #993333;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

A {
	color: #003366;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

A:visited {
	color: #06529E;
	font-weight: bold;
	text-decoration: none;
}

A:active {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

A:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #003366;
}

body {
	background-color: #A9AC99;
	background-image: url(acland_nonfiction.jpg);
	background-attachment: fixed;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FCFCFC;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #E2E2E2;
	scrollbar-arrow-color: #003366;
}
