/* GENERAL STYLES */

/* EDITOR PROPERTIES */
h1 {
	font-size:22px;
	font-weight: bold;
}

h2 {
	font-size:18px;


}

h3 {
	font-size:15px;
        font-weight: bold;
        text-decoration: underline;


}

h4 {
	font-size:14px;
        font-weight: bold;
        margin-left: 20px;
}

h5 {
	font-size:12px;
        font-weight: bold;

}

h6 {
	font-size:11px;
        text-decoration: underline;

}


/* EDITOR PROPERTIES */
h1 {
font-size:22px;
	font-weight: bold;
}

h2 {
font-size:18px;
}

h3 {
font-size:15px;
        font-weight: bold;
        text-decoration: underline;
}

h4 {
font-size:14px;
        font-weight: bold;
        margin-left: 20px;
}

h5 {
font-size:12px;
        font-weight: bold;
}

h6 {
font-size:11px;
        text-decoration: underline;
}

