[CSS] Font Size


body {
	font-family: "Trebuchet MS", Verdana;
	margin: 0;
	color: #333333;
	font-size: 10px;
}

I tried to set all text on the page to 10px, but nothing happens. The color works fine though. What is going wrong?