html{ 
	background-color:#DCC7F2	;
margin: 3px;
}
body{

text-align: justify;

}
.author{
    text-align: right;
    margin-top: 10px;
    font-family: serif;
  

}

.title{
	width: auto;
	height: 150px;
    float: center;

}

p,i{
	font-size: 14pt;
}


h1,h2,h3,h4{

 text-align: center;
 font-size: 18px;
}

img{
     display: block;
    margin-left: auto;
    margin-right: auto;
    
}

span{
	font-size: 18px;
	font-family: serif;

}



pre{
	font-size: 18px;
	font-family: serif;
	text-align: justify;

}


.size450 img{
	width: 450px;
	height: auto;
}

.rightmid{

	float: right;
	height: auto;
	width: 170px;
margin-left: 20px;

}


.last a{
	text-align: center;
}



table{
	text-align: left;
}
.topctr{
text-align: center;
font-size: 19pt;
color: #ff0000;
margin-top: 3%;
}

.well{

	
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: rgb(4,247,0);
  border: 3px solid black;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}


.mrg23prct{
	margin-left: 23%;
	margin-right: 23%;

}

.red{
 
  background-color: red;
  font-weight: bold;

}

.mrg10prct{
	margin-left: 10%;
	margin-right: 10%;
}

.line {line-height:70%;}

.quoutsize{
	font-size: 14pt;
	font-family: cursive;
}

.white{
 
  background-color: rgb(229,229,229);
  text-align: center;

}


.mrg30prct{
	margin-left: 30%;
	margin-right: 30%;

}

.blackborder,.blackborderindex,.blackbordernoleft,.blackborderlines {
    border-collapse: collapse;
    border: 2px solid black;
    text-align: center;
}

.blackborder td, .blackborderindex td {
    
    border-left: 1px solid black;
}

.separating_line {
    border-top: 1px #000 solid; /* top border only */
}
.blackborderindex td:last-child{

border-left:none;
}

.greytble{
	 background-color: rgb(229,229,229);
}

.right{
	
	float: right;
	height: auto;
	width: 300px;
	margin-left: 25px;

}

.left{
	
	float: left;
	height: auto;
	width: 300px;
	margin-right: 25px;


}

.large-right {


	width: 500px;
	float: right;
	height: auto;
	margin-left: 25px;

	

}

.blackbordernoleft td,{

border-left: 0px solid black;

}

.right{
	float: right;
}

.blackborderlines td{
	border-top: 1px #000 solid;
	border-left: 1px solid black;
	border-right: 1px solid black;

}

.blackborderlines td:last-child{

 border-collapse: collapse;
    border-right: 2px solid black;
    text-align: center;
}


.blackborderlinesnotop
{
	border-top: hidden;

}


.text-right td:nth-child(1){
	text-align: right;
}

.blackborderlines-long td:nth-child(1){
	width: 100px;
}

.text-left{
	text-align: left;
}


.References {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}

.text-left{
	text-align: left;
}

.blue-text{
	color: blue;
}




@media (min-width: 768px),(min-width: 656px) {


.responsive-well{
	margin-right: 18%;
	margin-left: 18%;
}

.well{
	margin-right: 18%;
	margin-left: 18%;
}

}