
@page {   
    margin: 2cm 1.5cm;   
    
}  



/* Frame letiltások*/
#header, #left_side, #content_top, #footer {   
    display: none;   
}  
 
/* News apps letiltások*/

.article_left, .article_back, .article_bottom, #headline1, #other_pictures, #long_to_gallery, #related_news, #related_forums {   
    display: none;   
}  



.article_title
			{
				font-size:18pt;
				font-family:Times New Roman;
				width:1000px;
				line-height:25px;
				font-weight:bold;
				
				
			}
.article_content
			{
				font-size:15pt;
				font-family:Times New Roman;
				width:1000px;
				line-height:25px;
				
			}

a:link:after,
a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

