a {
	text-decoration: none;
}

h1, h2 {
  font-size: 24px;
  text-align: center;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
  margin-top: 55px;
}

.breakPrint {
  page-break-before: always;
}

ul li {
  font-style: italic
}

ol, ul {
  margin-top: 0;
  margin-bottom: 0;
}

ul {
  list-style-type: none;
}

ol {
  list-style-type: decimal;
}

.contents li{
  line-height:200%;
}

p {
  text-align: justify;
  margin: 10px 0 0 0;
}

p + p {
  text-indent: 20px;
  margin-top: 0;
}

u {
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
}

#content {
  margin: 20px auto;
  width: 80%;
}

.margin {

  margin-top: 20px;
}

.center {
  text-align: center;
}


.keywords {
  margin-top: 20px;
}

.author {
	margin-top:1em;
  display:block;
  text-align: right;
  font-weight:bold;
}

.super {
  vertical-align: top;
  font-size: 10px;
}


.formula {
  margin: 20px 0;
}

.formula div {
  float:right;
  height:40px;
  margin-top: 20px;
  width:30px; 
}

.formula img {
  display: block;
  margin: 0 auto;
}

/*.formula1, .formula2, .formula3, .formula4, .formula5, .formula6, .formula7 {*/
  /*margin: 40px auto;*/
  /*height: 60px;*/
  /*background: transparent url(../img/1.gif) top center no-repeat;*/
/*}*/

/*.formula2 {*/

  /*background-image: url(../img/2.gif);*/
/*}*/

/*.formula3{*/
  /*background-image: url(../img/3.gif);*/
/*}*/

/*.formula4{*/
  /*background-image: url(../img/4.gif);*/
/*}*/

/*.formula5{*/
  /*background-image: url(../img/5.gif);*/
/*}*/

/*.formula6{*/
  /*background-image: url(../img/6.gif);*/
/*}*/

/*.formula7 {*/
  /*background-image: url(../img/7.gif);*/
/*}*/

/*.formula {*/
  /*display: block;*/
  /*padding-top: 20px;*/
  /*text-align: right;*/
/*}*/

.pdf {
  float: right;
  background: transparent url(../img/page_white_acrobat.png) no-repeat scroll top right;
  padding-right: 20px;
}

.cb {
  clear: both;
}

@media print{

  .pdf {
    display: none;
  }

  a {
    text-decoration: none;
    color: #000;
  }

  #content {
    margin: 50px auto;
    width: 70%;
  }

  .print {
    font-size: 20px;
  }

  h1, h2 {
    font-size: 28px;
    text-align: center;
  }

  h2 {
    font-size: 24px;
  }

  li {

    line-height: 200%;
  }
}

