@charset "utf-8";

/**********/
/* Body   */
/**********/

body{
	position: relative;
}

/**********/
/* Header */
/**********/

h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	margin-top: 0px;
}

h1{
	font-size: 22px;
}

h2{
	font-size: 20px;
}

h3{
	font-size: 18px;
}

h4{
	font-size: 16px;
}

h5{
	font-size: 14px;
}

h6{
	font-size: 12px;
}