a {
   color : #CC6600;
}
a:hover, a.rwb:hover, a.web:hover  {
   text-decoration : underline;
   color: #006666;
}
a.rwb { color: #0066CC;  text-decoration : none; 
}
a.iref, a.web { color: #CC6600; text-decoration : none;
}
a.web{ font-weight: 600;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 24px;
  border: none;
  outline: none;
  background-color: #0066CC;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
}
#myBtn:hover {
  background-color: #555;
}
html, body { height: 100%;
}
p {
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	font-weight: 500;
	text-align: justify;
}
p.ack {
    color: #003333; font-size : 80%;
}
p.head {
    color: #333333; font-weight: 700; font-size : 100%; 
}
p.sum {
	line-height: 18px;
	font-size: 12px;
}
p.summary {
	font-size : 80%;
	text-align: center;
}
em { font-weight: 550; color: #008888; font-style: normal;
}
b { font-weight: 550; color: #005599;
}
strong { font-weight: 550; color: #9A3333;
}
i.aut { font-weight: 550; color: #555555; font-style: normal;
}
i.ref { font-weight: 500; color: #004444;
}
.rotateimg90 {
  -webkit-transform:rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

