﻿aside {
	width: 20%;
	margin-top: 25px;
	margin-left: 20px;
	background-color: #ff99e6;
	float: right;
	border: 3px solid rgb(102, 102, 102);
 	-moz-border-radius: 15px;
 	border-radius: 15px;

}

aside h1 {
	margin-left: 20px;
	text-align: center;
	margin: 5px 5px;
}



h3 {
	text-align: center;
	font-color: black;
}

#section a {
	text-decoration: none;
}