<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bluebox {
   font-family:arial;
   font-weight:bold;
   font-size:24px;
   color:white;
   padding:10px;
   background-color:#0064a4;
   text-align:center;
   line-height:28px;
   border-radius: 5px;
   margin-bottom:15px;
}
.redbox {
   font-family:arial;
   font-weight:bold;
   font-size:24px;
   color:white;
   padding:10px;
   background-color:red;
   text-align:center;
   line-height:28px;
   border-radius: 5px;
   margin-bottom:15px;
}
.greenbox {
   font-family:arial;
   font-weight:bold;
   font-size:24px;
   color:black;
   padding:10px;
   background-color:#94C83D;
   text-align:center;
   line-height:28px;
   border-radius: 5px;
   margin-bottom:15px;
}
.orangebox {
   font-family:arial;
   font-weight:bold;
   font-size:24px;
   color:black;
   padding:10px;
   background-color:#F78D2D;
   text-align:center;
   line-height:28px;
   border-radius: 5px;
   margin-bottom:15px;
}
.lightbluebox {
   font-family:arial;
   font-weight:bold;
   font-size:24px;
   color:black;
   padding:10px;
   background-color:#6AA2B8;
   text-align:center;
   line-height:28px;
   border-radius: 5px;
   margin-bottom:15px;
}
.darkbluebox {
   font-family:arial;
   font-weight:bold;
   font-size:24px;
   color:white;
   padding:10px;
   background-color:#1B3D6D;
   text-align:center;
   line-height:28px;
   border-radius: 5px;
   margin-bottom:15px;
}
.darkgraybox {
   font-family:arial;
   font-weight:bold;
   font-size:24px;
   color:white;
   padding:10px;
   background-color:#555759;
   text-align:center;
   line-height:28px;
   border-radius: 5px;
   margin-bottom:15px;
}
.docusignbox {
   font-family:arial;
   font-weight:bold;
   font-size:24px;
   color:white;
   padding:10px;
   background-image:radial-gradient(#2048a7, #153571);
   text-align:center;
   line-height:28px;
   border-radius: 5px;
   margin-bottom:15px;
}
.template {
   margin-bottom:15px;
   padding-bottom:15px;
}
.rcorners-light-gray { 
    background-color: #fafafa;
    border-radius: 5px; 
    border: 1px solid #cccccc; 
    padding: .5rem 1rem .5rem 1rem; 
    width: 100%; 
    height: auto; 
    margin-top: 30px; 
    margin-bottom: 30px;
}
.rcorners-light-yellow { 
    background-color: #fffbe5;
    border-radius: 5px; 
    border: 1px solid #cccccc; 
    padding: .5rem 1rem .5rem 1rem; 
    width: 100%; 
    height: auto; 
    margin-top: 30px; 
    margin-bottom: 30px;
}
.rcorners-light-red { 
    background-color: #ffe5e5;
    border-radius: 5px; 
    border: 1px solid #cccccc; 
    padding: .5rem 1rem .5rem 1rem; 
    width: 100%; 
    height: auto; 
    margin-top: 30px; 
    margin-bottom: 30px;
}</pre></body></html>