p {
 	font-family: 'Verdana', 'Times New Roman', serif;
    		line-height: 1.5;
 
}

li {
 	font-family: 'Verdana', 'Times New Roman', serif;
    		line-height: 1.5;
 
}

h1 {

	font-family: 'Verdana', 'Times New Roman', serif;

}

h2 {
	font-family: 'Verdana', 'Times New Roman', serif;

}

h3 {

	font-family: 'Verdana', 'Times New Roman', serif;

}

<!-- For indents: -->
div.indent {
  text-indent: 10%;
} 

<!-- For Abstract-buttons: --->

.paper {
  width: 50%;
  padding: 10px ;
  text-align: justify;
  background-color: #FFFAF0;
  margin-top: 20px;
}
#submit {
 background-color: #FFFAF0;
 padding: .5em;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 6px;
 color: #fff;
color: black;
 font-family: 'Verdana', 'Times New Roman', serif;
 
 text-decoration: none;
 border: none;
}
#submit:hover {
 border: none;
 background: grey;
 box-shadow: 0px 0px 1px #777;

<!-- END styles for Abstract-buttons --->

