
body {
    
    background: linear-gradient(to bottom, #d1dace, #f9f9f7);
    background-attachment: fixed;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    color: #333333;
}
img		{border-color: transparent;}

h1, h2 {
    text-align: center;
}


table	{width: 65%;
		margin-left: auto; 
		margin-right: auto;
		border-color: #545859;
		border-style: ridge;
		border-width: 10px;
		box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
		border-radius: 8px; }
		
	
	.menu	{text-align: center;
    width: 60%;
    background-color: #ffffff;    
    border: 2px solid #545859;    
    border-radius: 8px;          
    margin-left: auto; 
    margin-right: auto;
    padding: 10px;  ;}
    
.menuicon img:hover {
    transform: scale(1.3);
    transition: 0.3s;
    width: 23%;}

	.menupipe {width: 1%;}
	
::selection {background: #d1dace; color: #333333;}

th		{color: white; 
		background-color: #757775;}

tr.stripe	{background-color: #d8d8ce;}
	 
td.bolder	{font-weight: bold;}

caption	{caption-side: bottom;
		font-style: italic;}
		

a:link {
    color: #2e7d32; 
    text-decoration: none; 
}


a:visited {
    color: #1b5e20; 
}


a:hover {
    color: #4caf50; 
    text-decoration: underline;
}