BODY {
  color: black;
  Background-color: #FFFFE0;
}

IMG {
  border-style: none;
}

A:link {
  text-decoration: none; 
  color: blue;
  Background-color: #FFFFE0;
  Margin: 1px;
}

A:visited {
  text-decoration: none; 
  color: #800080;
  Background-color: #FFFFE0;
  Margin: 1px;
}

A:active {
  text-decoration: none; 
  color: red;
  Background-color: #FFFFE0;
}

A:hover {
  text-decoration: underline; 
  color: red;
  Background-color: #FFFFE0;
}

.centerStyle {
  text-align: center;
}

H1 {
  text-align: center;
  font-family: "Times New Roman", Times, serif; 
  font-style:italic;
  font-weight:bold;
}

H2 {
  font-family: "Times New Roman", Times, serif; 
  font-weight:bold;
}

.emp {
  font-style:italic;
}

.abstractTitle {
  font-weight:bold;
}

.abstractText {
  margin-left: 5%;
  margin-right: 5%;
}

P {
  font-family: Arial, Helvetica, sans-serif; 
  font-style:normal;
  font-weight:normal;
}

.attrib {
  font-family: Arial, Helvetica, sans-serif; 
  font-style:normal;
  font-weight:normal;
  font-size: smaller;
}

.refSource {
  font-style:italic;
}

.refVol {
  font-weight:bold;
}

.concl {
  font-style:italic;
  font-size: small;
}
