html,body{
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:Trebuchet MS;
	outline: 0;
	font-size: 11px;
}

:focus{
	outline: 0;
}

h1{
	
}

.clear{
	clear: both;
}

img, a img{
	border: 0px;
}

a, 
a:link{
	outline: 0;
	color: #FFA200;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}
input:focus{
	outline: 0;
}

