<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>web.css</title>
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.3em;
	font-weight: 100
}

a:link {
	text-decoration: underline;
	color: #119;
}

body {
	font-family: arial, helvetica, serif;
	font-size: 1.0em;
	color: black;
	background-color: #aab
	}


