H1 {
	font-family: Tahoma;
	font-size:x-large;
	color: rgb(207, 128, 8);
}
H2 {font-family: Tahoma;
    font-size: large;
    color: rgb(207, 128, 8);
}
B {
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	color: rgb(207, 184, 120);
}
P {
	font-family: Tahoma;
	font-size: small;
	color: rgb(207, 184, 120);
}
A {
	font-family: Tahoma;
	font-size: small;
	color: red;
}
PRE {
	font-family: monaco, FixedSys;
	font-size: small;
	color: rgb(207,184,120);
}
