.myLinks {
	background-color: yellow; 
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 1px grey;
}

#comment {
		resize: none;
		width: 500px;
		height: 100px;
	
}
a {
	color: grey;
	display:inline-block;
	border: solid 1px #000;
	margin: 5px;
	width: 100px;
	padding: 10px;
	border-radius: 4px;
	background-color: #eee;
	box-shadow: 2px 2px 5px #333;
	font-family: Arial;
	text-align: center;
	position: relative;
}


.postedBy {
	font-family: Arial, Helvetica, sans-serif;
}

.commentBox {
	text-align: center;
	
}
.commentSection {
	text-align-last: center;
	
}
.theComments {
	border: 2px solid grey;
	border-radius: 3px;
	text-align: center;
	width: 30%;
	margin: auto;
	margin-top: 25px;
}