.container {
	overflow: auto;
	position: relative;
	height: 430px;
	width: 486px;
	top: 2px;
}
.container2 {
	overflow: auto;
	position: relative;
	height: 799px;
	width: 486px;
	top: 2px;
}
.margins {
	margin: 40px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #656565;
}
.margins2 {
	margin: 40px 40px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #656565;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #c9c9c9;
	text-decoration: none;
}