Makes text bold, or removes bold format from text. CSS provides with 14 different values but only two actually work; bold and normal. This property is inherited.
font-weight: bold;
IE5.5+, FF1+, SA1.3+, OP9.2+
| bold | Font weight value. |
| normal | Sets the default value. |