@CHARSET "UTF-8";

body {
		text-align: center;
	    font-family: Arial, Sans-serif;
		background-color: #87AEC5;
	 }

img {
		border: 2px solid #FFFF60;
	}
	
.objects {
			color: #000;
	     }
	    .objects a{
	    			text-decoration: none;
	    			color: #000;
	    		  }
	    .objects a:visited{
	    					color: #000;
	    				  }  
	    .objects a:hover{
	    					background: #FFFF60;
	    				}



