/* fatcats basics */

body {
background-color: #000;
color: #fff;
font-family: "Arial Black", Impact, sans-serif;
font-size: .9em;
}


a {
text-decoration: none;
background-color: #000;
}

a:link {
color: #fefe32;
}

a:visited {
color: #fefe32;
}

a:hover {
color: #f30;
background-color:#fefe32;
}

a:active {
color: #fefe32;
}

.preview {
font-size:1em;
color:#0ff;
}

.big {
font-size:1.1em;
}

.bigger {
text-align:center;
font-size:2em;
}
