body
	{ 
		background: #D7D7D7
	}

a
	{
		color:#808080; text-decoration:none;
	}
		
a:active	{ color:#808080; text-decoration:none; border: dotted 0px rgb(5,5,5);}		
a:hover		{ color:#808080; text-decoration:none; border: dotted 0px rgb(5,5,5);} 	

	
p	
	{	
		text-align:center;
		color:#808080;
		font-family:verdana;
		font-size:10px;
	}
	
p img {
	padding: 0;
	max-width: 100%;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}