@charset "UTF-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
html, body {
	height:100%;
}
body {
	text-align:center;
	color:#555; 
	font-size:76%; 
	font-family:Arial, Helvetica, sans-serif;
}

a:link, a:visited {color: #555;  text-decoration: underline}
a:hover, a:active {color: #000;  text-decoration: none}

body * {
	text-align:left;
}

.cleaner {
	clear:both;
	float:none;
}

.floatL {
	float:left;
}
.floatR {
	float:right;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	margin-bottom:0.5em;
	color:#666;
}

h1 {
	font-size:130%;
}
h2 {
	font-size:120%;
}
h3 {
	font-size:110%;
}