
.red { color: red; }

.green { color: green; }

.grey { color: #c0bac5;}

.blue { color: #00ffe1}

body {
    background: url(fon\ 2.jpg);
    background-attachment: fixed;
    color: #0fe;
  }

dd, dt, td, hr {
    font-size: 15px;
}

a:link {
    color: #0fe;
    background-color: transparent;
    text-decoration: none;
  }
  
  a:visited {
    color: rgb(1, 141, 131);
    background-color: transparent;
    text-decoration: none;
  }
  
  a:hover {
    color: #00ffa2;
    background-color: transparent;
    text-decoration: underline;
  }
  
  a:active {
    color: rgb(255, 255, 255);
    background-color: transparent;
    text-decoration: underline;
  }