a {color: lime; text-decoration: none;}
a:hover {color: white; text-decoration: underline;}
a, area, button, select {cursor: url('cursors/pointer.cur'), pointer;}
button, input, select, textarea {background-color: #b9ff66; border: 2px lime solid; border-radius: 2px; color: black; font-family: monomaniac one;}
h1, h2, h3 {font-family: super bubble;}
html {background-attachment: fixed; background-color: #04fcdc; background-image: url("media/images/background.png"); background-repeat: repeat-y; background-position: center center; cursor: url('cursors/cursor.cur'), auto; font-family: monomaniac one;}
input, textarea {cursor: url('cursors/text.cur'), text;}

.popup {background-image: none;}
.popup a {-webkit-text-stroke: 0.2px black;}

@font-face {font-family: "monomaniac one"; src: url("fonts/monomaniacone.ttf");}
@font-face {font-family: "super bubble"; src: url("fonts/superbubble.ttf");}
@-moz-document url-prefix() {:root {scrollbar-color: #b9ff66 #444444;}

::selection {background-color: #b9ff66; color: #444444;}