


#testmain{

    border-bottom: 1px solid red;
    margin-bottom: 1 rem;
}


#testmain a{

    color:rgb(117, 117, 207) !important;
    color:rgb(54, 235, 37) !important;
}


#testmain em{

  
    color:rgb(251, 255, 0) !important;
}


body{
    background-color:rgb(29, 29, 31);
    color:rgb(190, 176, 41);
    font-family: Tahoma, Geneva, sans-serif;
    
}
    
#chapter{
border: 2px rgb(50, 60, 75) solid;
border: 2px transparent solid;
border-bottom-color:white;
max-width: 70%;
margin-bottom:2rem;
padding:1%;
}

#chapter h4{
color: white;
}

#chapter h3{
color: white;
text-decoration:underline;
}


h1{
margin-left:1rem;
padding-top:2rem;
color:rgb(223, 211, 162);

}


h3{
margin-left:1rem;
color:rgb(223, 211, 162);
}


#note {
color: rgb(108, 145, 214);   
}


ol{
line-height:155%;

}


#dual{
    line-height:105%
}





#shrinkimage img{
border: 2px rgb(255, 251, 0) solid;
max-width: 30%;
margin:10px;
}


.button{
background-color: #424058; 
border: none;
border: 2px rgb(50, 52, 153) solid;
color: white;
padding: 15px 30px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 100%;
min-width:10rem;
margin:20px;


}

a:hover{
border-color:  rgb(255, 251, 0);
}



#chapterMain{
    border-bottom: 2px rgb(163, 38, 65) solid;
    
}
    

#chapterMain a{

    color:rgb(224, 119, 128);
    text-decoration:none;
}



#chapterMain a:hover{

    
    color:rgb(255, 255, 255);
    
}


nav a{

    color:white;
    text-decoration:none;
}



#submitted{

    color:white;
}