 *{
	margin:0;
	padding:0;
}
body{
    margin-top: 5px;
	background:#333;
	font:12px/22px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
	color:#222;
}

/* TinyMCE specific rules */
body.mceContentBody {
   background: #ffffff;
}

h1{font-size:32px;
line-height:32px;}
h2{font-size:22px;}
h3{font-size:18px;}
h4{font-size:16px;}
h5, h6{font-size:14px;}

h1,h2,h3,h4,h5,h6{margin:0 0 15px 0; font-family:"Trebuchet MS";}

