* { margin: 0; padding: 0; }
body
{
	font-family: verdana, helvetica, sans-serif;
	background-color: #eee;
	font-size: 0.8em;
}

.content
{
	background-color: white;
	border: 1px #4780aa solid;
	position: relative;
	top: -4px;
	left: -4px;
	text-align: center;
	padding-top: 1em;
}

h1 { color: #4780aa; font-size: 190%; }
.content a { font-style: italic; }
.content div { margin-bottom: 1em; text-align: right; margin-right: 0.5em;  }

.shadow
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 6em;
	width: 220px;
	max-width: 220px;
	background-color: silver;
}

a
{
	color: #0000ee;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

