.normal {
font-weight:normal;
}

.bold {
font-weight:bold;
}

.bolder {
font-weight:bolder;
}

.lighter {
font-weight:lighter;
}


