body {
		font-family: Courier,monospace;
		font-size: 100%;
		font-size-adjust: none;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		color: #000;
		background-color: #fff;
		line-height: 1.2em;
		letter-spacing: 0.1em;
		margin: 50px 0;
}

.all {
		width: 800px;
		margin: 0 0 0 100px;
}

.content {
		font-size: 16px;
		width: 425px;
		margin: 0 0 0 150px;
		float: left;
}

.column {
		width: 215px;
		float: left;
		font-size: 12px;
		line-height: 1.15em;
		letter-spacing: 0.5em;
}
	
.logo {
		width: 180px;
		margin-bottom: 12px;
		position: relative;
		top: -7px;
		left: -10px;
}

img {
		margin: 5px 0;
}

.bigunderlined {
		color: red;
		letter-spacing: 0.1em;
		line-height: normal;
		text-decoration: underline;
		text-transform: uppercase;
		margin-bottom: 2em;
}

.red {
		margin: 5px 0;
		color: red;
}

.title {
		text-transform: uppercase;
}

.small {
		font-family: Verdana,sans-serif;
		font-size: 62%;
		text-transform: uppercase;
}

.item {
		font-size: 84%;
		letter-spacing: 0.05em;
}

.ss {
		font-family: Verdana,geneva,sans-serif;
		font-size: 9px;
		font-size-adjust: none;
		font-stretch: normal;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		letter-spacing: 0.15em;
		line-height: 1.15em;
		margin-bottom: 5px;
		text-transform: uppercase;
}

.block {
		letter-spacing: 0.05em;
		border-bottom: 1px dotted #000000;
		margin: 0 0 1.2em;
		padding: 0 0 1.2em;
}

a:link, a:visited {
		text-decoration: none;
		color: inherit;
}

a:hover, a:active {
		text-decoration: underline;
}

hr {
		background-color: transparent;
		height: 1px;
		border: 0;
		border-bottom: 1px dotted #000000;
}