
	body {
		font-family: Comic Sans MScursive, Times New Roman, Arial;

		}
		
	img {
		border: 0px none;
		}
		
	.column {
		text-align:center
		}

	#meniu {
		list-style:none;
		}
		
	#meniu li {
		display:inline; 
		padding:0px 20px 0px 20px;
	   	}
	
	#cauta {
		width: 100%;
		height: 180px;
		text-align: center;
		margin-top: 5; 
        margin-bottom: 5;
        }
        
	#copy {
		width: 100%;
		height: 20px;
		text-align: center;
		margin-top: 5; 
        margin-bottom: 5;
        }
        
	a {
		text-decoration: none;
		color: #008080;
		font-weight: bold;
		}

	a:visited {
		text-decoration: none;
		color: #008080;
		font-weight: bold;
		}	

	a:hover {
		text-decoration: none;
		color: #0099CC;
		font-weight: bold
		}	
	
	p, h1, pre {
		margin-left:10px; margin-right:10px; margin-top:0px; margin-bottom:10px;
		}
		
	input.search {
		background-color: #eee;
		color: #000;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		font-size:12px;
		font-family:sans-serif}
		
	table.menu {background-image: url('bg_menu.gif'); background-repeat: repeat; background-color: #000}
	
	table.lr {border:1px solid #111; background-color: #EEE; width:100%; }
	
	table.lr th {font-size: 14pt; text-align: center; font-weight: bold; background-color: #DDD}