/*
	 tadslan.com Reset CSS
	 


    tadslan Styles to Reset Style Defaults
   Author: Thaddeus Wiitanen
   Date:  23Nov2014

   Filename:         TlReset.css
   Supporting Files: none

*/
/*   Display HTML5 structural elements as blocks  */

footer, header1, header2, sectionYouT, sectionContent, nav {

display: block;
}

/* Set default page element styles */

body  * {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	font-weight: inherit;
	line-height: 1.2em;
	list-style: none;
	margin: 0px;					/*  Sets the default margin  */
	padding: 0px;					/* Sets the default padding for all elements to 0 */
	vertical-align: baseline;
	}
	
/* Teporarily hide the page sections 


footer, header1, header2, sectionYouT, sectionContent, nav  {
	display: none;
}
*/
