p {
	font-family: sans-serif;
	color: Black;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

b {
	font-family: sans-serif;
	color: black;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

strong {
	font-family: sans-serif;
	color: black;
	font-size: 20px;
	font-weight: bolder;
	text-decoration: none;
}

i {
	font-family: serif;
	color: black;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
}

emphasis {
	font-family: sans-serif;
	color: White;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}