


/* background_type */
.back_img_default
{
 BACKGROUND: #000 url(./images/wallpaper_standard.jpg); /* path is relational from this file inside Content folder  */
}
 .separated_strip
  {
   background-size: contain;
  }
.text_header_big
{
 font-family: "calibri", "sans-seriff", "verdana";  
 font-size: 22pt;
 font-weight: bold;
}
.text_header_small
{
 font-family: "calibri", "sans-seriff", "verdana";  
 font-size: 16pt;
}
.text_standard
{
 font-family: "calibri", "sans-seriff", "verdana"; 
 font-size: 14pt;
}
.text_small
{
 font-family: "calibri", "sans-seriff", "verdana"; 
 font-size: 12pt;
}
A.link_text:hover
{
 color: #EFFF2F; 
}

