* {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	outline: 0;
	background: transparent;
	font-family: sans-serif;
	font-size: 100%;
	letter-spacing: 0em;
	line-height: 1.4;
	text-align: left;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

a {
	color: #7a7a7a;
	text-decoration: underline;
}

li {
	list-style-position: inside;
}

.abslt {
	position: absolute;
}

.reltv {
	position: relative;
}

.align_l {
	display: block;
	text-align: left;
}

.align_r {
	display: block;
	text-align: right;
}

.align_c {
	display: block;
	text-align: center;
}

.canvas {
	width: 100%;
	height: 100%;
}

.fill_white {
	background-color: white;
}

.fill_black {
	background-color: black;
}

.clr {
	clear: both;
}

