body {
  margin: 10;
  padding: 0;
  background: #B5E3FE; 
  font-family: arial, Arial, sans-serif; 
  color: #000000;
text-align:center;

}

#header {
  font: bold 14pt/1.0 Arial, sans-serif;
  width: 780px;
/*  margin: 0;*/
margin-left: auto;
margin-right: auto;
  padding: 0;

/*  margin-left: 120px;*/
  height: 115px; 
}

#center {
  font:  14pt/1.0  Arial, sans-serif;
  text-align:justify;
  margin-top:20px;
margin-left: auto;
margin-right: auto;
/*  margin-left: 140px;*/
  width: 680px;
  padding:10px;
}

#footer {

  font: 12pt/1.0  Arial, sans-serif;
   text-align: center; 
/*  margin-left: 20px; */
/* width: 650px;  */
}

#wrapper {

  margin: 0 0px;
  padding: 0;
}

#clear {
  clear: both;
}

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

a {
	font-family: Arial, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	background-color:YELLOW;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}

h4 {
  font-size: 14pt;
  line-height: 90%;
  color: #000000;
}

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

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

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

/*

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

b{
  font-size: 14pt;
  font-weight: 900;
  color: #990000;
}
*/

li {
  font: 14pt/1.1 Arial, sans-serif;
  font-weight: 600;
}
