a:link, a:visited {
	font-size: 25px;
	text-decoration: none;
	color: pink; 
	margin: 10px;
}

a:hover, a:active {
	color: Violet;
	text-decoration: none;
	margin: 10px;
}

button {
	position:relative;
	height:150px;
	width:300px;
	left: 14px;
	border: 20px solid #FF9EE2;
	margin: 10px;
	background-color:white;
	
}

body {
	background-color:#434343;
	font-family: helvetica;
}

#header {
    background-color: white;
    border: 15px solid #FF9EE2;
    padding: 20px;
    margin: 20px;
    font-size: 25px;
    font-weight: bold;
    color: #FF9EE2;
}

#images {
	height:700px;
	width:620px;
	float:left;
	left: 30px;
	border: 20px solid #FF9EE2;
	margin: 20px;
	background-color:white;
}

