body{
   font-family: "Brush Script MT", cursive;


}
h1 {
    padding:12px;
    background-color: black;
     color:blue;
     border-radius:10px;
}
ul {
     list-style-type: none;
     display:inline;
     margin-right:10px;
     margin-left: 10px;
}
h2 {
	padding:12px;
    background-color: black;
    color:blue;
    border-radius:10px;
    font-size: 20px;
}
h3 {
	 padding:12px;
     background-color: black;
     color:blue;
     border-radius:10px;
 }
ol {
	font-style:italic; 
	font-size: 20px;
}
ul {
	font-style: italic;
	font-size: 20px;
}
#aa {
     height: 250px;
     width: 500px;
     background-size: 500px;
}
#me {
      height:250px;
      width:250px;
       
}
#test{
	background-color: orange;
}
#books {
	     font-family:Impact, Charcoal, sans-serif; 
}
#selection{
	       font-family: fantasy;
	       font-size:66px;
}
.lol{
	   font-family:Tangerine;
	   font-size: 45px;
	}
