/* Style 3 */

body {
  background-color: #DEE3EB;
  font-family: arial;
}

#box { 
  width: 720px;
  margin: auto;
  background-color: white;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
h1 {
  color: rgb(79,129,189);
  font-family: arial;
  font-size: 18px;
  line-height: 18px; 
}
h2 {
  color: rgb(79,129,189);
  font-size: 16px;
  line-height: 2px;
}
h3 {
  font-family: arial;
  font-style: italic;
  color: rgb(79,129,189);
  font-size: 11px;
  line-height: 11px; 
}
h4 {
  color: rgb(79,129,189);
  font-size: 8px;
  line-height: 8px; 
}
p {
  font-size: 13px;
  line-height: 18px; 
}
ul {
  list-style-type: disc;
  margin: 0px;
  padding: 0px;
list-style-position: inside;  
}
li {
  padding: 0px 0px 0px 0px;
  font-size: 13px;
  color: black;
  line-height: 20px;
}

a:link {text-decoration:none; font-weight: bold; font-size: 16px; color: blue; }
a:visited { text-decoration:none; font-weight: normal; color: grey; }
a:focus { text-decoration:none; font-weight:bold; background-color: white; }
a:hover { text-decoration:underline; color: red; font-weight:bold; background-color:lightgrey; }
a:active { text-decoration:none; font-weight:bold; background-color: red; }
