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

/* Normalize margins and padding============================================================ */
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, input, p, blockquote, th, td
{
	margin: 0px;
	padding: 0px;
}

/* Normalize font size for headings */
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
}

/* Remove list style from lists */
ol, ul
{
	list-style: none;
}

/* Remove borders from images */
img
{
	border: 0px;
}

/* Left align text in captions*/

caption, th
{
	text-align: left;
	font-weight: normal;
}

html body{
	height:100%;
}
