@charset "utf-8";
      
* { font-family: sans-serif;
 background-color: white;
 color: blue; }

div.header {text-align: center; }

p {	margin: 1em 1em 1em 0;
	text-indent:1em; }

.float-box {float: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
	vertical-align: baseline; }
	
.float-clear {overflow: hidden; }

p.line { border-bottom: solid 1px red; }

body {
  background-color: white;
  color: blue;
  line-height: 1.7;
 }
 :link { color: blue }
 :visited { color: LIMEGREEN }
 :active { color: red }

a { background-color:#ffffff; }

a:hover { background-color:#ffff00;font-style:italic; }

#h0{font-size: 8pt;}
#h1{font-size:10pt;}
#h2{font-size:12pt;}
#h3{font-size:14pt;}
#h4{font-size:16pt;}
#h5{font-size:18pt;}
#h6{font-size:20pt;}
#h7{font-size:22pt;}
#h8{font-size:24pt;}
#h9{font-size:26pt;}
