body {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000;
   background-color: #fff;
}

 

a {
   color: #036;
   text-decoration: underline;
}
a:visited {
   color: #666;
   text-decoration: underline;
}
a:hover   {
   color: #c60;
   text-decoration: none;
}

h1 {
   font-size: 16px;
   font-weight: bold;
   color: #c60;
   margin-bottom: 25px;
   padding-bottom: 5px;
   border-bottom-width: 1px;
   border-bottom-style: dashed;
   border-bottom-color: #95a8a6;
}

h2 {
   font-size: 14px;
   font-weight: bold;
   color: #c60;
   margin-top: 25px;
   padding-bottom: 10px;
}

h3 {
   font-size: 12px;
   font-weight: bold;
   color: #c60;
   margin-top: 25px;
}

h4 {
   font-size: 12px;
   font-weight: normal;
   color: #c60;
   margin-top: 25px;
}
 
.AWSCustomization {
   padding: 15px; border: 1px dashed #cc6600; background-color: #ffcc66;
}

.AWSProtected {
   padding: 15px; border: 1px dashed #ffc20d; background-color: #fffbb8;
}

.AWSPublic {
   padding: 15px; border: 1px dashed #60ab2c; background-color: #cdf3c3;
}


 
 