butt {
    font-family: "Arial", "Comic Sans MS";
    font-weight: bold;
    text-indent: 5px;
}
a:link {color: black;
        text-indent: 25px; 
        text-decoration: none; }
a:visited {color: black;
        text-indent: 25px;
        text-decoration: none; }
a:focus {color: black;
        text-indent: 25px;
        text-decoration: none; }
a:hover {background-color:#FFFFFF;
        text-indent: 25px;
	text-decoration: bold;
	color: red;
	}
