/* Summary
-----------------------------------------------------------
01. Base Element Declarations
02. Base Element Containers
03. Base Element Classes
04. General Styles
-----------------------------------------------------------*/

/* @group 01. Base element declarations
-----------------------------------------------------------*/

body,td,th { color: #000; font-family: arial, verdana, helvetica, sans-serif; font-size: 12px; }

body { background-color: #fff; }

a { color: blue; }

a:link { text-decoration: underline; }

a:visited { text-decoration: underline; }

a:hover { text-decoration: none; }

a:active { text-decoration: underline; }

/* @end */

/* @group 02. Base element containers
-----------------------------------------------------------*/

#wrapper { margin: 60px auto; text-align: center; width: 700px; }

/* @end */


/* @group 03. Base element classes
-----------------------------------------------------------*/

/* Clearfix
/* -------------- */

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */

/* @end */

/* @group 04. General Styles
-----------------------------------------------------------*/



/* @end */