body
{
	background-color:grey;
	
}

b{
	color:blue;
	font-family: Georgia, serif;
}
b.important{
	color:red;
	
}

.urgent{
	color:red;
	text-decoration: underline
	
}

a:visited
{
	color:green;
}