strong
{
		font-style: bold;
		font-family: arial, sans-serif;
		color: red;
}
em
{
		font-style: italic;
		color: green;
}
strong em
{
		color: blue;
}