body{
	background-color: #070707;
	font-family: Georgia, Times, serif;
	color: #646464;
}

p{
	font-family: Georgia, Times, serif;
	font-size: 16px;
	line-height: 120%;
	word-spacing: 1px;
	text-align: justify;
	padding: 0 20px;
}

p.n{
	padding-top: 20px;
	color: #202020;
	text-align: right;
	font-size: 14px;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
}

p.d{
	text-align: center;
	font-size: 12px;
}

a{
	color: #777777;
	text-decoration: underline;
	font-size: 16px;
	line-height: 150%;
}

a.b
{
	font-size: 18px;
	line-height: 150%;
}
	
a:hover{
	color: #888888;
	text-decoration: underline;
}

.container{
	text-align: center;
}

.header{
	padding-bottom: 30px;
}

.content{
	text-align: left;
	margin: auto; 
	background-color: #0f0f0f;
	border-color: #1f1f1f;
	border-width: 1px;
	border-style: solid;
	width: 840px;
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	
	-moz-box-shadow: 0 0 100px 100px #000;
	-webkit-box-shadow: 0 0 100px 100px #000;
	box-shadow: 0 0 100px 100px #000;
}

.highlight{
	background-color: #222222;
	color: #888888;
	border-style: dotted;
	border-color: #353535;
	border-width: 2px;
	padding-left: 10px;
}

.progress{
	padding-left: 20px;
}

div#preload { display: none; }

.bch{
	padding-top: 25px;
	text-align: center;
	position: relative;
}
.bc{
    margin-left: auto;
    margin-right: auto;
	width: 40px;
	height: 40px;
	background-image: url(bitcoin2.png);
}
.bc:hover{
    margin-left: auto;
    margin-right: auto;
	width: 40px;
	height: 40px;
	background-image: url(bitcoin.png);
}


table, th{
	color: #888888;
	font-size: 16px;
	font-family: Georgia, Times, serif;
	height: 25px;
	line-height: 140%;
	padding-left: 5px;
	padding-right: 15px;
	width: 100%;
}
td{
	padding-left: 15px;
	padding-right: 15px;
	color: #888888;
	font-size: 16px;
	font-family: Georgia, Times, serif;
	height: 25px;
	line-height: 140%;
}

tr:nth-child(even) {background: #1b1b1b}
tr:nth-child(odd) {background: #222222}
tr:hover {background-color: #111111;}
table tr td:first-child { width: 120px;}