.left_image {
	float: left;
	margin: 10px 20px auto auto;
	
}
.bottom_text {
	float: bottom;
	margin: 10px 20px auto auto;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #77A1CB;
	font-weight: bold;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;
	color: #77A2CC;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bolder;
	color: #79A2CE;
	background-color: #000000;
}
content {
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: groove;
}
