/*
Set's the global font size to 11px.  This is small font size theme for the website.
*/
* {
	font-size: 12px;
}