/***********************************************/
/* main.css                                    */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
  padding: 0px;
  margin: 0px 75px;
  background: white;
  font-family: Verdana,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: black;
}

div {
 padding-bottom: 0px;
}

a:link, a:visited, a:hover {
  text-decoration: none;
  color: #006699;
}
a:hover {
  text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
  color:black;
  font-family: Arial,sans-serif;
}

h1 {
  font-size: 180%;
  font-weight: bold;
  font-family: Verdana,Arial,sans-serif;
  margin-top: 15px;
  margin-bottom: 15px; 
  text-align: center;

}

h2 {
  font-size: 140%;
  margin-top: 15px;
  margin-bottom: 20px;
}
h3 {
  font-size: 100%;
}
ul {
  list-style-type: disc;
}
ul ul {
  list-style-type: square;
}
ul ul ul {
  list-style-type: none;
}

#authors_affiliation
{
	color: black;
	font-family: Verdana,Arial,sans-serif;
	font-size: 110%;
	text-align: center;
	margin: 2% auto;
}

