body {
    background-color: black;
    font-family: 'Scribble', sans-serif;
    background-image: url('eyefood/b.gif');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

p {
    color: #999999;
    font-family: 'Scribble', sans-serif;
}

* {
    /* Önce Droopy'yi dene, yoksa Permanent Marker'ı, o da yoksa genel el yazısını kullan */
    font-family: Georgia, 'Times New Roman', Times, serif;
}

a:link {
  color: #CC0000;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: rgb(255, 255, 255);
  background-color: transparent;
  text-decoration: wavy underline;
}

a:active {
  color: rgb(76, 0, 255);
  background-color: transparent;
  text-decoration: underline;
}
