<style> 
#rcorners1 {
  border-radius: 25px;
  background: #F0F0F0;
  padding: 14px; 
  width: 160px;
  height: 23px; 
}

input[type=text], select {
  width: 70%;
  padding: 7px 20px;
  float: left;
  margin: 8px 0;
  display: inline-block;
  border: 2px solid #ccc;
  border-radius: 7px;
  box-sizing: border-box;


}

input[type=submit] {
  width: 30%;
  background-color: #f6f2ed;
  color: #333399;
  margin: 8px 0;
  padding: 9px 20px;

  font-weight:bold;
  border: none;
  border-radius: 7px;
  cursor: pointer;

}
</style>

 <style>
        body { 
            background-color: white; 
            font-size: 14px; 
        }
        .description {
            color: Black;
        }
        .highlight {
            font-weight: bold;
            color: #666666;
        }
        .highlight_blue {
            color: #000099;
        }        
        
        .head_link {
            font-weight: bold;
            color: #666666;
        }
        .red { 
            color: red; 
            
        }
        .title { 
            text-align: 
            center; 
            background-color: #FF0000; 
            color: #FFFFFF; 
            margin: 1px; min-width: 265px; 
            
        } 
        .service-item { 
            margin-bottom: 2px; 
            background-color: #F6F2ED; 
            color: #666666; 
            margin: 1px; 
            min-width: 265px; 
            
        } 
        .service-item a { 
            color: #666666; 
            text-decoration: none; 
            font-weight: bold; /* Keeping the text bold */
        }
        } 
        .navigation { 
            background-color: white; 
            color: #666666; 
            padding: 10px; 
            text-align: center; 
            
        } 
        .navigation a { 
            color: #666666; 
            text-decoration: none; 
            margin: 0 10px; 
            font-weight: bold; 
            
        } 
        .navigation a:hover { 
            color: #000000; /* Change color on hover */ 
            
        }
      
    </style>
