
/* Hide useless information in print mode */

#nav,#right_col,#langselect,.noprint
{
 display: none;
}

body
{
 background-color: #ffffff;
 font-family: Georgia, times-roman, serif;
}

p {
 padding-right: 1cm;
 margin-right: 1cm;

}


#wrapper{
	width: 69em !important;

}

.news_aux_container {
  width: 600px;
}

h2.news_title {
 font-size: 1.5em;
 margin-bottom: 0.9em;
 color: black;
}

