/* Float Clearing */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* Hide and Seek */

.h {
    display: none;
}

/* Work Area */

body {
	font-size: 88%;
	line-height: normal;
	font-family: Arial;
	white-space: normal;
	color: #CC9900;
	list-style-image: none;
}

a img {
    border: 0;
}
