/* @override http://www.k45design.com/k45.css */

@charset "UTF-8";

#center {
  	margin-left: auto ;
 	margin-right: auto ;
	margin-top: 230px;
	width: 262px ;
}

logo {
	border-style: none;
	margin-bottom: 21px;
}

a:focus { -moz-outline-style: none; }
a {
	outline: 0;
	color: black;
	text-decoration: underline;
}

a:active {
	border-style: none;
	text-decoration: none;
}

a:link {
	border-style: none;
	text-decoration: underline;
	color: black;
}

a:visited {
	border-style: none;
	text-decoration: none;
}

a:focus {
	-moz-outline-style: none;
	text-decoration: none;
	border-style: none;
}

a:hover {
	border-style: none;
	text-decoration: none;
}

object, embed {
  outline: 0;
}

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