body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
}

img { border: 0 }

div.main {
	border: 1px solid #AFAFAF;
	margin: 100px auto 0 auto;
	-moz-border-radius: 20px;
	padding: 15px;
	text-align: center;
}

div.data {
	font-size: 12px;
	text-align: left;
}

table th { width: 30% }

table td {
	font-size: 12px;
	padding: 5px;
	text-align: center;
}

td.self {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	color: #FF0000;
	font-weight: bold;
}

hr { margin: 25px auto 25px auto }
