<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 4.0//EN">
<html>
<title>A Linked Style Sheet</title>

<head>
<style type="text/css">
	body {background-color: powderblue}
	body {background-color: powderblue}
	h1 {font-size:100%; font-family: times}
	h2 {font-size:120%; font-family: times}
	h3 {font-size:130%; font-family: times}
	h4 {font-size:140%; font-family: times}
	p {font-size: 120%; font-family: times; font-weight bold}
	ol {font-size: 100%}
	a:link {color: green}
	a:visited {color: blue}
	a:hover {color: red}
	a:active {color: #000000}
	div.figure{float: right; width: 60%;}
	div.figure p {text-align: center; font-style: italic; color: red}	
</style>
</head>


<body> {margin-left:0.5in; margin-right:0.5in; text-indent:0.5in}
</body>
</html>
