a:link { color: green; text-decoration: none; }
a:active { color: green; text-decoration: none; }
a:visited { color: green; text-decoration: none; }
a:hover { color: orange; text-decoration: none; }
a img { border: none; }

h3 {
		margin-top: 25px; 
		}

img {
		padding: 25px; 
		border-color: gray; 
		border-style: groove; 
		border-width: 10px; 
		}



