body
{
  
  	font-size:12px;
	font-family:Arial;

  
   	background-image: url('../images/wodny.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
}
A:LINK.link, A:VISITED.link
{
  
  	color: black;
	font-size:12px;
	font-family:Arial;
	font-weight:BOLD;
	text-decoration:none;
  
}

A:HOVER.link
{
	color:gray;
	text-decoration:none;
}

A:LINK.menu, A:VISITED.menu
{
  
  	color: white;
	font-size:12px;
	font-family:Arial;
	font-weight:BOLD;
	text-decoration:none;
  
}

A:HOVER.menu
{
	color:gray;
	text-decoration:none;
}

A:LINK.news, A:VISITED.news
{
  
  	color: black;
	font-size:12px;
	font-family:Arial;
	font-weight:BOLD;
	text-decoration:none;
  
}

A:HOVER.news
{
	color:#A12915;
	text-decoration:none;
}



TD.mininews
{
  
   	background-image: url('../images/news.jpg');
	background-repeat: no-repeat;
	background-color:white;
	
	font-size:12px;
	font-family:Arial;
	
	padding-left:5px;
	padding-right:5px;
	
	border-color:gray;
	border-right-width:1px;
	border-left-width:1px;
	border-top-width:1px;
	border-bottom-width:0px;
	
	border-style:solid;
}

table.news{
  	border-width:1px;
  	border-color:black;
	border-right-width:1px;
	border-left-width:1px;
}

TD.news
{
  	color: black;

	font-size:12px;
	font-family:Arial;
	font-weight:BOLD;
	
	text-decoration:none;
	height:29px;

   	background-image: url('../images/belt.jpg');

}

input.text
{
width:400px;  
}

textarea.text
{
width:400px;  
height: 250px;
}

