/* CSS stylesheet for thereconstructionbook.com */
body { 
  color: black;
  background-color: #363B3C;
  font-family: Arial, Sans-Serif; 
  font-size: 11pt; 
  margin-top: 0px; 
  margin-bottom: 12px; 
  text-align: left;                                      
  background-image: url(https://www.thereconstructionbook.com/images/background.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;	
  }
      
A {outline: 0;}

A:hover {
   color: red; 
   text-decoration: none;
   }
   
A:link {color: blue; 
   text-decoration: none;
   }
   
A:visited {color: purple; 
   text-decoration: none;
   }

A.menu {
  color: #FFFFFF;
  font: bold 10pt Arial, Sans-Serif;
  line-height: 225%;
}

A.menu:hover {
  color: yellow;
  font: bold 10pt Arial, Sans-Serif;
  text-decoration: underline;
}
  
.cover {margin: 0 15px 15px 0;}

.menuHere {
  color: #68E0E1;
  font: bold 11pt Arial, Sans-Serif;
  }
  
.footer {
  font: italic 9pt Arial, Sans-Serif;
  color: black;
  text-align: center;
  }
     
h2 { 
    font-family: Verdana, Geneva, Sans-Serif; 
    font-size: 12pt; 
    color: #1F5087; 
    margin-top: 16px;
    margin-bottom: 5px;
    text-align: center; 
  }
     
.formHead { 
    font: bold 12pt Verdana, Geneva, Sans-Serif; 
    font-style: italic;
    color: #1F5087; 
    margin-top: 16px;
    margin-bottom: 5px;
    text-align: left; 
  }
  
.inlineHead {
  font: bold 13pt Arial, Sans-Serif;
  color: #265A92;
  }
  
.inlineHead A {color: #265A92;}

P {
  font-family: Arial, Sans-Serif; 
  font-size: 11pt; 
  color: black;
  line-height: 130%;
  text-align: justify;
  }

.prompt {
  font-size:12pt;
  font-weight:bold;
  font-style:italic;
  color:#971F1E;
  }
    
.prompt:hover {
  font-size:12pt;
  font-weight:bold;
  font-style:italic;
  color:red;
  }

.product {
   font-family: Arial, Sans-Serif;
   font-size: 14pt;
   font-weight:bold;
   color: #971F1E;
  }
   
.footer {
  font: italic 9pt Arial, Sans-Serif;
  color: black;
  text-align: center;
  }
