/* P C D T R -- Don't touch this! */
@import "php/css.php";
.dummy_class_for_pcdtr_6ae2f1 { font-family: serif; }
/*---- End ------------------*/

/* usable CSS-tags: (font-size in pts !)
font-family: ..., ..., ...;
font-size: ...pt;
letter-spacing: ...pt;
background-color: ...;
color: ...;
text-decoration: underline;
text-transform: uppercase;
text-transform: lowercase;
Do NOT use class-names pcdtr, pcdtr1, pcdtr2, ...
*/

/* examples */

/* Renders all h1-elements using Brody.ttf as PNG */

.menu_title {
  font-weight: normal;
  font-size: 8.5px;
  color: #E2D0A0;
  font-family: trajan1r.ttf;
  background-color: #0e1116;
  cursor: pointer;
}


.newshead {
  font-family: trajan1r.ttf;  
color: #671a2c;
  font-size: 13pt;
  background-color: #DCCDA4;
  font-weight: bold;
  text-align: center;
  height: 21px;

}

.newsheadru {
  font-family: georgia.ttf;
  color: #671a2c;
  font-size: 13pt;
  background-color: #DCCDA4;
  font-weight: bold;
  text-align: center;
  height: 21px;

}


.newsdate {
  font-family: trajan1r.ttf;
  color: #000000;
  font-size: 9pt;
  background-color: #DCCDA4;
  font-weight: bold;
  height: 21px;
}


/* will render all text with class "render_png" as PNG, using Brody.ttf from modules/opf_pcdtr/pcdtr/... */
/*
.render_png{
  font-weight: normal;
  font-size: 17px;
  color: #771618;
  font-family: TrajanP2;
}
*/
