/*	Here you can change the appearance of the image page                   
	by simple CSS properties.                                              
	The syntax is:                                                         
	(html-tag|#id) { css-property : value ; another css-property : value; } */


BODY	{ 
  background-color : lightgrey; 
}

IMG	{
  border : none;
}

img.image { 
  border : thin solid black;
  text-align : center;
}

#title_block	{ 
  background-color: darkgray ; 
  color : black ; 
  padding : 6px;
  margin : 6px; 
  border : thin solid gray;
  font-weigth : bold ;
  font-size : 14px ;
}

#links_block	{
  color : black ; 
  padding : 6px;
  margin : 6px; 
  border : thin solid gray;
  font-size : 12px ;
} 

#content_block	{
  color : black ; 
  padding : 6px; 
  margin : 6px ;
  border : thin solid gray;
  font-weigth : bold ;
  font-size : 14px ;
  background-color : lightgray;
}

.news1	{
  color : black ; 
  padding : 6px;
  background-color: #c3c3c3 ;
  font-size : 12px ;
}

.news2	{
  color : black ; 
  padding : 6px;
  background-color :lightgray ;
  font-size : 12px ;
}
