html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-weight: inherit; font-style: inherit; font-size: 100%;	font-family: inherit;	vertical-align: baseline;}
ol, ul { list-style: none;}table {	border-collapse: separate;	border-spacing: 0;}caption, th, td { text-align: left;	font-weight: normal;}

/* BASIC LAYOUT */
html, body{height:100%;width:100%;}
body {	
	font-size: 85%;
	font-family: helvetica, arial,  sans-serif;
}
:focus{
	outline:none;
}
/* TYPOGRAPHY */
a, a:link, a:visited, a:hover, a:focus, a:active{
	color:#000;
	text-decoration:none;
}
a:hover{ text-decoration:underline;}
strong{ font-weight: bold;}
em{ font-style: italic;}

p {
	padding:30% 0 0 0;
	text-align:center;
}