<html>
<head>
<style type="text/css">

:link { font-family: Comic Sans MS, arial;
color: purple; }

:hover { font-family: Comic Sans MS, times;
color: #666633; }

:active { font-family: Comic Sans MS, times;
color: blue; }

:visited { font-family: Comic Sans MS, courier;
color: green; }

span { font-family: serif, times;
color: red; }

body {color: #330000;
font-family: Comic Sans MS, arial; }

.heading {color: #330000;
font-family: Comic Sans MS, arial;
font-size: 30; }

</style>
</head>
</html>
