<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>useful_stuff new document title</title>
</head>
<body>
<p>body { color:green; font-family: Geneva, Arial Black, Verdana, Arial; } h1,h2 {  border-bottom: 1px solid black; } .blue { color:blue; font-size: 25px; } p.purple { color:purple; font-size: 25px; } .underline { 	text-decoration: underline; } p {border: 5px ridge black;}</p>
</body>
</html>