/* CSS Document */

p{
font-family: "Courier New", Courier, monospace;
font-size: 14px;
color: #000000 
line-height: normal;
font-weight: bold;
padding: 4px;
}
 .bold {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #D4291D;
}

