.main {
	position: absolute;
	visibility: visible;
	height: auto;
	width: 700px;
	top: 50px;
	left: 50px;
}

.letter {
	font-family: Georgia, Times, Serif;
	font-size: 25px;
	font-style: italic;
	line-height: 40px;
	text-decoration: none;
	background-color: #ffffff;
	color: #000000;
}

.head {
	font-family: Georgia, Times, Serif;
	font-size: 25px;
	line-height: 40px;
	font-style: normal;
	background-color: #ffffff;
	color: #000000;
}

.network {
	font-family: Georgia, Times, Serif;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	text-decoration: none;
	background-color: #ffffff;
	color: #000000;
}

.links {color: #000000;}
.links:hover {color: #000000; text-decoration: none;}
.links:active {color: #00AEEF; text-decoration: none;}
