<head>
<title> Style Sheet </title>
<style type="text/css">
<-- inside the text -->
   body { background:Snow }
   h1 { font-size: 28; color: MidnightBlue; text-align: center; font-family: sans-serif }
   h2 { font-size: 24; color: MidnightBlue; text-align: center; font-family: sans-serif }
   h3 { font-size: 20; color: MidnightBlue; text-align: center; font-family: sans-serif }
   h4 { font-size: 16; color: MidnightBlue; text-align: center; font-family: sans-serif }
   h5 { font-size: 14; color: MidnightBlue; text-align: center; font-family: sans-serif }
   h6 { font-size: 12; color: MidnightBlue; text-align: center; font-family: sans-serif }
   p  { font-size: 12; color: MidnightBlue; font-family: sans-serif }
   a:link, a:active, a:visited { color: MidnightBlue    }
   table { font-size: 12; color: MidnightBlue   ; font-family: sans-serif }
<-- end of style sheet -->
</style>
</head>