<html>
<head>
<title>stylesheet</title>
<style>
H1{text-align: center}
h2{text-align: center}
h3{text-align: center}
A:link{color: black; text-decoration: none}
A:visited{colour: #333399; text-decoration: none}
OL{list-style: disc}
H1{text-transform: uppercase}
h2{text-transform: uppercase}
h3{text-transform: uppercase}


</style>
</head>
<body>
</body>
</html>
