Is there any reason the following code has no effect on font size?
<html>
<head>
<title>test</title>
</head>
<body>
Test
<script type="text/javascript">
jQuery('body').css({fontSize:'2em'});
</script>
</body>
</html>
Thanks
Edit: I for got the simple link. This is why I can't have nice things.
<script type="text/javascript" src="jquery-1.4.2.min.js"></script>