<html>
<head>
<title>Set font family for body</title>
<style type="text/css"> body {
font-family: verdana, arial, sans-serif;
}
</style>
</head>
<body>
<h1>Title of Page</h1>
<p>This is a sample paragraph with a
<a href="http://www.java2java.com">link</a>.</p>
</body>
</html>