body
        {
        font-family     :       Helvetica, Arial, Verdana, Times;
        color           :       grey;
	font-size	:	18px;
        }
img
        {
        border          :       0px;
        }



img.zoom 
	{
  	width:250px;
	}

img.zoom:hover 
	{
  	width:600px;
	}

p
	{
	margin-left	:	10px;
	}


a:link,a:active,a:visited
        {
        text-decoration :       underline;
        color   	: 	#646464;
        background      :       transparent;
	font-style	: 	italic;
        }
a:hover
        {
        text-decoration :       none;
        color   	: 	#483D8B;
        background      :       transparent; 
        }

ul.menu 	{
 	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	overflow: hidden;
  	background-color: grey;
	display: flex;
	}

ul.menu li 	{	
  	float: left;
	}

ul.menu li a {
  	display: block;
  	color: white;
  	text-align: center;
  	padding: 14px 16px;
  	text-decoration: none;
}

ul.menu li a:hover {
  background-color: #111111;
}

