body {
  text-align : justify;
  font-size: .8em;
  font-family: Arial;
  color: #484A71;
  
}

h1 {
 
 font-size: 1.3em;
 
}

h2 {
 
 font-size: 1.1em;
 margin-bottom: 0.1em; 
}

.bodytext {
  font-size: .8em;

  padding-top:10px;
  padding-left: 40px;
  padding-right: 10px;
  line-height: 1.5em;

}


.quotetext {
  font-size: .8em;

  line-height: 1.5em;

}

#sidebar {
font-size: .8em;
padding-left: 20px;
}

#sidebar a {
   color: #484A71;

}

#sidebar a:hover {
   color: black;
}

.menu_choice {
  
   font-size: .7em;
   color: white;
   font-weight: bolder;
   padding: 0px 20px 0px 0px;;
   margin-left: 15px;

}

.menu_choice a {
   text-decoration: none;
   color: white;
}

.menu_choice a:hover {
   text-decoration: none;
   color: #F7C5D0;
}

.footer {
font-size: .9em;

}