



body {
	line-height: 1.5em;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	color: #ffffff;
	background-color: #000000;
	font-size: 16px;
	width: 100%;
}

header {
	margin: 0;
	padding: 0;

}

footer {
	margin: 0;
	padding: 0;
}


h1 {
	font-size: 3.0em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

table td{
	border-color: #eee;
}

@media (max-width:700px) {
	.table {
	  width: 700px
	}
}


/* END DEFAULT SETTING */