H1 {
        FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #5B2D00; FONT-FAMILY: Verdana, sans-serif
}
H2 {
        FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: #660000; FONT-FAMILY: Verdana, sans-serif
}
H3 {
        FONT-WEIGHT: bold; FONT-SIZE: 20px; COLOR: #330000; FONT-FAMILY: Verdana, sans-serif
}

.em{
        font-weight: bold;
}


.emphasis{
        font-weight: italic;
}

.subtitle{
        font-style: italic;
        font-weight : bold;
        font-size : 20px;
}

.term{
        font-style : italic;
        font-weight : bold;
        color : #5B2D00;
}

.th{
        font-size: 16px;
        font-weight : bold;
        font-family: times;
        color: #000000;
        background-color : #FFBD4A;
}
.td{
        font-size: 16px;
        font-family: times;
        color: #000000;
        background-color : #FFED88;
}
.m{
        font-style : italic;
        font-size: 16px;
}
.formula{
        font-size: 16px;
}
.nom{
        font-style : normal;
}
.codelisting{
	font-size: 14px;
	font-family: Courier New;
	color: #000000;
}
.keylisting{
	font-size: 16px;
	font-family: Courier New;
	color: #000000;
}
.menulisting{
	font-size: 14px;
	font-family: Verdana;
	font-weight : bold;
	color: #000000;
}
.filelisting{
	font-size: 14px;
	font-family: Courier New;
	color: #000000;
}
