.emphasis {
	color: Red;
	font: sans-serif;
	font: bolder;
	font-size: smaller;	
}
.links {
	font-size : x-small;
	font-style : normal;
	font-variant : small-caps;
	font-weight : lighter;
}

PRE
{
	font: bold;
}

