@charset "utf-8";
#LnkDivCntnr {
	height: 400px;
	width: 700px;
	border: thin solid #00F;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	color: #00F;
}
#LnkTitleDiv {
	height: 40px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #FF0;
	margin-top: 15px;
	font-size: 36px;
	text-align: center;
	color: #00F;
	font-weight: bold;
}
#LnkCntr {
	height: 300px;
	width: 300px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #F00;
	font-weight: bold;
	text-align: center;
}
#LnkDiv {
	height: 20px;
	width: 250px;
	border: thin solid #F0F;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-color: #80FF80;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a {
	font-size: 14px;
	color: #0000A4;
}
