
body
{
   background-color: black;
   color: #67CB5A;
}
a
{
	text-decoration: line; 
	color: silver;
	}

	a:hover
{
   color: #49D64C;
}


div img
{
width: 50px;
height: 50px;
}

div img:hover
{
   position: absolute;
   right: 60px;
   bottom: 10px;
   width: auto;
   height: auto;
   max-height: 380px;
   z-index: 3; 
}

td
{
width: 60px;
height: 60px;
z-index: 2;
}

article
{
   position: absolute;
   right: 50px;
   bottom: 0px;
   width: 600px;
   height: 400px;
   overflow: hidden;
   background-color: grey;
}
