
body {
  font-family : Times New Roman, Times, Serif;
  background-color : #F0E9E1;
  color : #000000;
  margin-left : 0px;
  margin-top : 0px;
  margin-right : 10px;
  margin-bottom : 0px;

}

p, li, div {
  font-family : Times New Roman, Times, Serif;
  margin-left : 10px;
  margin-right : 10px;

}


a, a:active, a:visited {
  color : #0000CC;
  text-decoration:none;
}

a:hover {
  text-decoration : underline;
}

h1 {
  font-size : 250%;
  font-weight : 600;
  text-align : center;
  margin-top : 20px;
  margin-bottom : 20px;
}

h2 {
  font-size : 200%;
  font-weight : 600;
  text-align : center;
  margin-top : 20px;
  margin-bottom : 20px;
}

h3 {
  font-size : 150%;
  font-weight : 500;
  text-align : center;
  margin-top : 15px;
  margin-bottom : 15px;
}

h4 {
  font-size : 125%;
  font-weight : 500;
  text-align : center;
  margin-top : 10px;
  margin-bottom : 10px;
}


.general {
  text-align : justify;
}

.center {
  text-align : center;
}

.right {
  text-align : right;
}

.dat {
  color : #CC0000;
}
