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