body {
	background: #aaaabb;
	color: #000000;
	font-family: Verdana, Tahoma, Arial;
}

.box {
	width: 640px;
	background: #eeeeff;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	border: 1px solid #333344;
}

.box h1 {
	font-size: 21px;
	font-variant: small-caps;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 12px;
	border-bottom: 1px solid #888899;
}

.box h2 {
        font-size: 16px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 12px;
        border-bottom: 1px solid #888899;
}

.box h3 {
	font-size: 12px;
	font-weight: lighter;
	line-height: 16px;
	width: 95px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: -26px;
}

.box p {
	font-size: 12px;
	line-height: 16px;
	margin-left: 120px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.box a, #box a:visited, #box a:active {
	color: #990000;
	text-decoration: none;
}

.box a:hover {
	color: #ff0000;
	text-decoration: none;
}

.box img {
	float: right;
	margin-right: 20px;
	margin-left: 10px;
}

.small {
	font-size: 8px;
}
