/*https://stackoverflow.com/questions/7025756/how-to-apply-global-font-to-whole-html-document*/
html * {
	font-family: Calibri;
	font-size: 18px;
}