@charset "utf-8";
/* CSS Document */
<style type= "text/css>
</style>

h1 { font-family: Georgia, "Times New Roman", Times, serif; }
h1 { font-weight: bold; }
h1 { font-style: normal; }
h1 { font-variant: normal; }
h1 { font-size: larger; }

body { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; }
body { font-weight: normal; }
body { font-style: normal; }
body { font-variant: normal; }
body { font-size: medium; }

h1 { color: #330099 }
