body {
  padding:0; margin:0; font-size:72%; font-family:"Lucida Grande", "Trebuchet MS", verdana, arial, sans-serif; color:#353435; line-height:1.6em;
}

h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code {
  padding:0; margin:0; line-height:1em; font-size:100%;
}

h1 { font-size:2.8em; font-weight:bold; color:#353435; margin-bottom:20px; font-weight:normal; }

table { font-size:inherit; font:100%; }

ul { list-style-type:none; }
ul, li { line-height:1.6em; }

img { border:0; }

a { color:#99CC33; text-decoration:none; }
a:hover { text-decoration:underline; }

p { margin:0 0 1em; }

/***********************************
 Clearfix
***********************************/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}



