body {
	margin: 0px;
	padding: 0px;
	font-size: small;
	color: white;
	text-align: center;
	background-color: #303030;
}

table {
	color: white;	
}

.line {
	height: 2px;
	background-image: url('../img/line.png');
	background-repeat: no-repeat;
	background-position: center;
}

a {
	text-decoration: none;
	color: white;
}

dt {
	border: none;
	font-size: small;
	background-color: none;
	color: #EF8229;
	font-style: normal;
	margin-top: 2px;
}

dd {
	border: none;
	padding-left: 5px;
	text-align: left;
	margin-bottom: 2px;
}

a img {
	border: none;
}
