﻿a {
    color: #3399ff;
    text-decoration: underline;
  }

  a:hover {
    color: #3311ff;
    text-decoration: underline;
  }
  body {
    color: #000000;
    font-size: 11;
    font-family: Verdana;
  }
  input {
    background-color: #e5ecf9; 
    color: #3399ff;
    font-family: Arial;
    font-size: 10;
  }

  body {
    background-color: #ECF3ED;
    margin-top: 1 px;
    margin-left: 1 px;
    margin-right: 1 px;
    margin-bottom: 1 px;
  }

