body,
h1, h2, h3, h4, h5, h6, 
p, pre {
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

b, strong {
	font-weight: normal;
	font-family: "Bold";
}

input, textarea {
	border: none;
}

textarea:focus, input:focus {
    outline: none;
}

*:focus {
    outline: none !important;
}

a:active, *:focus, input, object, canvas, embed, video, audio { 
	outline: none !important;
	-moz-outline-style: none;
}

button::-moz-focus-inner { 
	border: 0;
}
