html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{

	background: transparent;	
	border: 0;	
	font-size: 100%;	
	margin: 0;
	outline: 0;	
	padding: 0;
	vertical-align: baseline;
	
}



html, body {

	height: 100%;
	
}


body {

	background-color: black;
	color: white;
	font-family: arial, sans-serif;
	font-size: 100%;
	margin: 0;
	
}




/* TEXT & LINKS */
p {

	font-size: 1em;
	padding: 5px;
	z-index: 10;

}


h1,h2,h3, h4 {

	font-weight: bold;
	
}


h1 {

	font-size: 2.5em;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;	

}


h2 {

	font-size: 2em;
	
}


h3 {

	font-size: 1.5em;
	
}


h4 {
	
	font-size: 1em;	

}





/* END TEXT & LINKS */




/* CLASSES */




.bold {

	display: inline;
	font-weight: bold;
	
}




.center{

	margin-left: auto;
	margin-right: auto;
	text-align: center;	
	
}


.btt {

	display: block;
	font-weight: bold;
	margin: 25px auto 5px auto;	
	
}


.clear {

	clear: both;

}




.floatR {

	float: right;
	
}


.floatL {

	float: left;

}


/* END CLASSES */


/* IMAGES */

img {
		
	border: none;
	display: block;
	padding: 0;
	
}


