/*
 * CSS PATTERN
 * Autor: Khan Leo Maxfower
 * Email: leomaxfower@hotmail.com
 */
 
* {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	outline: 0;
	outline-style: none;
	text-decoration: none;
}

:focus, :active {
	outline: 0;
	outline-style: none;
}

body {
	text-align: center;
	color: #000;
	background-color: #fff;
}

input {
	border: 2px solid #999;
}

ol, ul {
	list-style: none;
}