/* CSS Document */
 
.articles_showbox {
  background: #290452;
  margin:5px;
  padding:1em;
  color: white;
  }

.articles_showbox a {
  color: white;
  text-decoration: underline;
  
  }


.articles_showbox p {
  padding: 0px; margin: 0px;
  }

.articles_prefix {
  letter-spacing:0.2em;
  font-variant: small-caps;
  padding-bottom: 5px;
  }

.articles_title {
  font-size: 120%;
  font-weight: bold;
  color: #F0BE1D;
  padding-bottom: 5px;
  }

.articles_subtitle, .articles_motto {
  font-style: italic;
  padding-bottom: 5px;;
  }
  
.articles_text {
  padding-bottom: 5px;
  }  

.articles_switch {
    text-decoration: underline;
  }
  
.articles_hidden {
  padding-bottom: 5px;
  } 
  
.articles_suffix {
  text-align: right;
  border-bottom: 1px solid #F0BE1D;;
  }

.articles_prevbox {
  background: #290452;
  margin:5px;
  padding:1em;
  color: white;
  }


.articles_title_prev {
  font-size: 120%;
  font-weight: bold;
  color: yellow;
  padding-bottom: 5px;
  }
  
.articles_subtitle_prev {
  font-style: italic;
  padding-bottom: 5px;;
  }
  
.articles_motto_prev {  
  padding-bottom: 5px;;
  }