/* CSS Document */
/* Pour afficher les documents html */
/* path: IMG/html/html.css  */
/******************************/

body{
	width:700px;
}


em{
	font-weight:bold;
}

table{
	visibility:hidden
}

.story-headline{
	font-size:18px;
	font-weight:bold;
	color:#0033CC;
}

.story-dateline{
	font-style:italic;
	font-weight:bold;
}

.story-body{
	font-family:Arial, Helvetica, sans-serif;
}