
a:link {
  color: #fde5ab;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: #fde5ab;
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  color: #ff8422;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #fde5ab;
  background-color: transparent;
  text-decoration: underline;
}

      .scroll {
        background: url("none");
        width: 400px;
        height: 500px;
        border: 2px solid #fde5ab;
        font-size: 16px;
        font-family: georgia;
        overflow-x: hidden;
        overflow-y: auto;
        text-align: justify;
        padding-top: 10px;
        padding-right: 15px;
        padding-bottom: 10px;
        padding-left: 10px;
        margin-top: 70px;
        margin-bottom: 0px;
        margin-right: 0px;
        margin-left: 100px;
        
      }

#fly {
	background: url("none");
	width: 400px;
	max-width:75%;height:auto;
	border: none;
	font-size: 20px;
	padding: 25px;
	margin-top: 75px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}  
    
.left1 {
	float: left;
	padding: 5px 3px 0px 0px;
}

.right1 {
	float: right;
	padding: 5px 0px 0px 3px;
}
  