@charset "UTF-8";
/* CSS Document */




p {
	font:Arial, Helvetica, sans-serif;
}


body { text-align: center; margin: 20em 0 0 0; vertical-align: middle }
#content { width: 800px; text-align: center; margin: 0 auto }



a img { 
	border: none;
}


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

a:visited {
	color: #ccc;
	
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #666;-webkit-transition:color 1s ease-in;
	-moz-transition:color 1s ease-in;
    -o-transition:color 1s ease-in;
    transition:color 1s ease-in;
}

