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