

html, body {
	width:  100%;
	height: 100%; }

body, table, tr, td, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	border-spacing: 0;
 	border-collapse: collapse; 
	border-style: none;
	empty-cells: show;
	vertical-align: top;
	padding: 0;
	color: #444;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size:   13px;
	line-height: 15px;
	font-weight: normal; }

body {
	background-color: #FFF; }




a:link {
	background-color: transparent;
	color: #369; 
	text-decoration: none; }

a:visited {
	background-color: transparent;
	color: #369; 
	text-decoration: none; }

a:hover	{
	background-color: #369;
	color: #FFF; 
	text-decoration: none; }

a:active { 
	background-color: transparent;
	color: #369; 
	text-decoration: none; }




h1 {
	font-size:   52px;
	line-height: 52px; }

h2 {
	float: left;
	font-size:   26px;
	line-height: 30px; }

h3 {
	float: left;
	font-size:   17px;
	line-height: 20px; }

h4 {
	display: inline; }



.pixel {
	position: relative; 
	float: left;
	width: 20%; 
	height: 20%; 
	overflow: hidden; }





