/* CSS Document */
  
body { background: white; text-align:center; font: Trebuchet MS1, Helvetica, sans-serif; font-style:italic; font-weight:500; color:#0066FF; }

h1 { font-size: 30pt; }
h2 { font-size: 15pt; }
h3 { font-size: 20pt; }


table { margin-left:auto; margin-right:auto; }
td { padding: 10px 3px; text-align:left }


img { border-style: none; padding: 3px  }

a:link { color: #0000FF; text-decoration: none }
a:active { color: #0000FF; text-decoration: none }
a:visited { color: #00CCFF; text-decoration: none }
a:hover { color: white; background: #0000FF; text-decoration: none } 


<link href="style.css" rel="stylesheet" type="text/css" /> 

<style type="text/css" title="currentstyle">
   @import "style.css";
