body            {
             background-attachment: fixed;
	background-image: url(alap.gif);
	background-repeat: repeat-x;
	background-color: #F7E9BE;
			    }
a:link 		   {
				font-weight: bold;
				font-size: 11 px;
				color: #000000; 
					text-decoration: none;
			   }

a:visited      {
				font-weight: bold;
				color: #990000; 
				font-size: 11 px;
				background-color: transparent;
				text-decoration: none;
			   }

a:active 	  {
			  font-weight: bold; 
			  color: #99000; 
			  font-size: 11 px;
			  background-color: transparent;
			  text-decoration: none;
			  }

a:hover 	  {
			  font-weight: bold; 
			  color: black;
			  font-size: 11 px;
			  background-color: #FFFFCC; 
			  text-decoration: yes;
			  }

