@import url(screen.css);
body {
	font-size: large;
	line-height: 32px;
}
body a:link, body a:active, body a:focus, body a:visited {
	font-size: x-large;
}
h1 {
	font-size: xx-large;
	}
h2 {
	font-size: x-large;
	}
#navigation {
	font-size: x-large;
	}
#footer {
	font-size: large;
	}
