@import url(https://fonts.googleapis.com/css?family=Droid+Sans);
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 62.5%; /* -> 1em = 10px */
	line-height: 100%;
	background-color: #ffffff;
}
table {
	width: 1024px;
}
td {
	padding: 10px;
}
ul.pan {
	vertical-align: text-bottom;
	list-style-type: none;
	font-size: 1.0em;
	line-height: 200%;
}
ul.you {
	vertical-align: text-bottom;
	list-style-type: none;
	font-size: 1.0em;
	line-height: 200%;
}
ul.data {
	vertical-align: text-bottom;
	font-size: 1.3em;
	line-height: 150%;
	margin-left: 2em;
	margin-top: 0.7em;
}
img {
	border-style: none;
	vertical-align: text-bottom;
}
img.logo {
	height: 41px;	
}
h1 {
	font-size: 3em;
	font-weight: normal;
	margin: 0px 0px 0px -10px;
	line-height: 120%;
	color: #0000ff;
}
h2 {
	font-size: 3em;
	font-weight: normal;
	margin: -10px 0px -5px -10px;
	line-height: 120%;
	color: #0000ff;
}
p {
	margin-top: 1.5em;
	font-size: 1.5em;
	line-height: 130%;
}
a, a:visited {
	font-size: 1.5em;
	color: #0000ff;
	text-decoration: underline;
}
a:hover {
	font-size: 1.5em;
	color: #0000ff;
	text-decoration: none;
}
.content {
	border: 2px dotted darkgrey;
	width: 640px;
	margin: auto;
	padding: 46px 10px 0 10px;
}
