/* CSS reset for margins, paddings and typography. */

* {
	margin: 0;
	padding: 0;
}

table {
	width: 100%;
}

dl,
ol,
ul {
	margin-left: 1em;
}


dl,
dt,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul {
	margin-bottom: 1em;
}
address,
blockquote,
p {
	text-align: justify;
	margin-bottom: 1em;
}

dd,
dt,
li {
	margin-left: 1.5em;
}

body {
	font: 13px "Segoe UI", Tahoma, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Segoe UI", Tahoma, Helvetica, sans-serif;
	font-weight: bold;
}
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 15px; }
h4, h5, h6 { font-size: 14px; }

pre,
code,
xmp {
	font: 13px Consolas, "Courier New", Monaco, monospaced;
}

button,
input,
select,
textarea {
	font: 11px "Segoe UI", Tahoma, Helvetica, sans-serif;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	padding: 0.1em 1em 0.2em 1em;
}

fieldset {
	padding: 0.5em;
}

a img {
	border: none;
}
