body {
  margin: 0;
  padding: 0;
  background: #FFCC99;
  font-family: "Segoe Script, sans-serif", verdana, sans-serif; 
  color: #0000FF;
}
#top {
  font: bold 12pt/1.0 "Segoe Script, sans-serif";
  width: 750px;
  margin: 0;
  padding: 0;
  background: #ffcc99;
  margin-left: 100px;
  height: 230px; 
}

#wrapper {
/*  font-family: "Segoe Script, sans-serif", verdana, sans-serif;  */
/*  font-weight: 600;  */
/*  font-size: 12pt;  */
  margin: 0 0px;
  padding: 0;
}

#left {
font: bold 12pt/1.5 "Segoe Script, sans-serif";
font-weight: 900;
line-height:17px;
position:absolute; 
height: auto; 
width:100px;    
top: 300px;
left: 40px;
background: #ffcc99;
color: #0000FF;
padding:0px;
/*z-index:2;*/
}

#right {
  font: bold 12pt/1.0  "Segoe Script, sans-serif";
  font-weight: 700;
  font-size: 12pt;
  margin-top: 63px;
  float: right; 
  width: 250px;
}

#center {
  font:  12pt/1.0  "Segoe Script, sans-serif";
  text-align:justify;
  margin-top: 0px;
  margin-left: 160px;
  width: 650px;
  padding:10px;
  background: #ffcc99;
}

#clear {
  clear: both;
}

#footer {
  font: 12pt/1.0  "Segoe Script, sans-serif";
  background: #ffcc99;
  margin-left: 100px;
  text-align: center;
  width: 800px;
  padding:10px;
}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}

p{
  text-align:left;
}

a {
  text-decoration:none;

  font: bold 13pt/1.1  "Segoe Script, sans-serif";
  color: #0000FF;
}

a:link {color:#0C78BC;}
a:visited {color:#065485;}
a:hover {background-color:YELLOW;}

h4 {
  font-size: 14pt;
  line-height: 80%;
  color: #0000ff;
}

h3 {
  font-size: 16pt;
  line-height: 95%;
  color: #0000ff;
}

h2 {
  font-size: 18pt;
  line-height: 95%;
  color: #0000ff;
}

h1 {
  font-size: 20pt;
  line-height: 95%;
  color: #0000ff;
}

/*

i {
  font-size: 12pt;
  font-weight: 600;
  color: #000099;
}

b{
  font-size: 12pt;
  font-weight: 800;
  color: #990000;
}
*/

li {
  font:  12pt/1.1  "Segoe Script, sans-serif";
  font-weight: 500;
}