﻿body {
	overflow-y: scroll;
}
 .link {
    }

        .link:focus {
            outline: thin dotted;
        }

        .link:active, .link:hover {
            outline: 0;
            cursor: pointer;
        }