a:link {
    color: #ff4444;
}

a:visited {
    color: #B77;
}

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

body {

        background: #494949 ;
        font: 13px Arial, Helvetica, sans-serif;
        color: #888;
}

