body {

/*	background-color: white;*/

}

.list {

	margin: auto;
	text-align: center;
	width: 85%;
	margin-top: 50%;

}

.list a{

	display: inline-block;
	text-align: center;
	margin: 5px;
	outline: 2px outset black;
	background-color: #c6c6c6;

}

.list a:active{

	outline: 2px inset black;

}

.buttonText{

	display: block;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 1.5em;
	margin-right: 1.5em;

}
