<style type="text/css">
	.dummy	{}

body {
		  text-align:center;
			background-color:#ccddee;
			color:white;
		 }
span {
		  font-weight:bold;
			font-size:60;
			width:50;
			height:50;
			filter:glow(color=blue);
		 }
div {
		  font-weight:bold;
			font-size:50;
			width:50;
			height:50;
			filter:glow(color=red);
		 }
</style>