@charset "UTF-8";
/* CSS Document */


/*.....................................=Universal Styles Resets.....................................*/

* { margin:0; padding:0; }
h1 h2, h3, h4, h5, h6 p, ul, ol {margin : 0 0px; padding: : .5em 0; 
}

/* =links Base Style*/
a {
	text-decoration:none;	
}

/* =HTML Base Style */
/*html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}*/


/* =Image Base Style*/
img {
	/* Takes default blue border off all image files*/
	border:0;
}

/*List Base Styles*/
ul li{
	list-style: none;
}