body {
    background-color: #708059;
    font-family: "Times New Roman", Times, serif;
    font-size: 10pt;
    color: black;
    }
    
body.main {
	 font-size: 10pt;
    color: black;
    }

a:link {
    text-decoration: none;
    font-family: "Times New Roman", Times, serif;
    font-weight: demibold;
    color: #B4CC8F;
    }
a:visited {
    text-decoration: none;
    font-family: "Times New Roman", Times, serif;
    color: #99BF60;
    }
a:active {
    text-decoration: none;
    font-family: "Times New Roman", Times, serif;
    color: white;
    }
a:hover {
    text-decoration: none;
    font-family: "Times New Roman", Times, serif;
    color: #DCE6CF;
    }
    
li {
	background-color: #708059;
	margin-top: 1.0em;
	}
	
.italicbold {
   font-weight: bold; 
   font-style: italic; 
   font-size: 9pt;
   margin: 50px 0 10px 0;
   }
   
   
.enlarge {
   font-weight: bold; 
   font-style: italic; 
   font-size: 9pt;
   margin: 0 10px 0 0;
   }
   
.copyright {
   font-weight: bold; 
   font-style: italic; 
   font-size: 9pt;
   margin: 80px 0 10px 0;
   }
   
h2, h3, h4 {
   color: white;
   }

pre {
	font-family: "Times New Roman", Times, serif;
   color: black;
	}
	
.prev-next {
   font-size: 1.3em;
   margin: 0 10px 0 0;
   }

.nav {
   font-size: 1em;
   margin: 0 auto 0 auto;
   text-align: center;
   line-height: 30px;
   }

.card-img {
  margin: 0 10px 10px 0;
  padding: 4px;
  border: 1px solid #B4CC8F;
  }
  
.card-img2 {
  margin: 0 0 5px 0;
  padding: 4px;
  border: 1px solid #B4CC8F;
  }
  
.text-frame {
  padding: 20px;
  border: 1px solid #B4CC8F;
  }
  
.spaceout {
	margin-bottom: 2em;
	}
