welcomepage {
}
#main {
	height: 600px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #3A6298;
}
body {
	background-color: #3A6298;
	font-family: "poor Richard", georgia, sansSerif, "times New Roman";
	text-decoration: none;
}
#letter {
	height: 200px;
	width: 955px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

