@charset "UTF-8";

/* CSS Document */

div#footer {
	border: none;
	}

div#footer a {
	display: inline;
	}
div#footer a:hover{
	color: 	#03C;
	text-decoration: underline;
		}
		
div#footer img {
	
		border: none;
	
	}
div#footer p img {
	position: relative;
	bottom: 15px;
	border: none;
	padding: 0;
	margin: 0;
	float: right;
	vertical-align: top;
	}
	
div#footer p em#Explorer a {
	color: #03C;
		}
		
div#footer p em#Reader a {
	color: #990000;
		}	
		
div#footer p em#Reader a:hover {
	text-decoration: underline;
	}

