body {
	background-color: #bbb;
}

A:link {
    color : #00f;
    text-decoration: none;
}

A:Visited  {
    color : #00f;
    text-decoration: none;
}

A:hover {
    color: #f0f;
    text-decoration : underline;
}

