body{
	background:		white;
	margin:			0px 0px;
}

strong{
	color:red;
}

div.veryimportant{
	color:yellow;
	background:purple;
	font-size:large;
}
