// JavaScript Document

var fSize;

function font_size(fSize){
	document.getElementById("NHS").style.fontSize = fSize;
}
