body
{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 15px 15px;
}

.go
{
	position: absolute;
	top: 450px;
	left: 100px;
}

p
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 90%;
}

.title
{
	font-size: 110%;
	line-height: 110%;
}

.white
{
	background-color: transparent;
	width: 85%;
	padding: 2%;
}

.letter
{
	color: black;
	font-size: 100%;
	line-height: 100%;
	font-family: Times New Roman, Times, serif;
	background-color: transparent;
}

p.old
{
	color: black;
	font-family: Courier New, courier, monospace;
	font-size: 105%;
	font-weight: 500;
}

h1
{
	font-size: 120%;
	line-height: normal;
	color: black;
	font-family: Times New Roman, Times, serif;
	font-weight: 300;
}

h2
{
	font-size: 105%;
	line-height: normal;
	color: black;
	font-family: Times New Roman, Times, serif;
	font-weight: 300;
}

A:link
{
	background-color: transparent;
	color: blue;
	text-decoration: none;
}

A:visited
{
	background-color: transparent;
	color: blue;
	text-decoration: none;
}

A:hover
{
	background-color: transparent;
	color: blue;
	text-decoration: underline;
}

A:active
{
	background-color: transparent;
	color: blue;
	text-decoration: underline;
}