/* WirusWin CSS */

a:active {
text-decoration: none;
}

a:link {
color: #0033cc;
text-decoration: none;
}

a:visited {
color: #777777;
text-decoration: none;
}

a:hover {
color: #ff0000; text-decoration: underline;
}

body {
background-image : url(http://just-amusement.com/images/etc/background.gif);
background-repeat : repeat-y;
background-position : center;
background-color : #000000;
}
