A {
    text-decoration: none;
    }
A:hover {
    color: #990000; text-decoration: underline;
    }
A:active {
    text-decoration: underline;
    }
body {
	background-color: #FFFDE4;
}

