html, body, form, fieldset,
h1, h2, h3, h4, h5, h6, p, pre, samp,
blockquote, ul, li, ol, dl, dd, dt, address, div,
table, tr, th, td,
input, textarea {
	margin: 0;
	padding: 0;
    font: 14px Times New Roman;
	text-align: center;
}
a {
	outline: none;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix { display: inline-block }

*:active, object:focus, embed:focus, a { outline: none }
label { cursor: pointer }
fieldset { border: none }
input, select, textarea { font-size: 100% }
