A:link { COLOR: #353535; background-color: transparent; text-decoration: none}
A:visited { COLOR: #353535; background-color: transparent; text-decoration: none}
A:active { COLOR: #353535; background-color: transparent;  text-decoration: none }
A:hover { COLOR: #353535; background-color: transparent;  text-decoration: underline }
.loader {border: 3px solid #f3f3f3; border-top: 3px solid #3498db;border-radius: 50%;display: inline-block;animation: spin 1s linear infinite;}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
FORM{margin:0;}