A:link, A:visited {
	text-decoration: none;
	color: #66cc66;
	font-weight: bold;
}

A:hover {
   text-decoration: underline;
   color: #448844;
}

body {
   font-family: noto sans, arial;
   background: #f4f4f4;
   color: #444444;
   font-size: 14px;
}

#header {
   margin: auto;
   width: 1000px;
   padding-top: 10px;
}

nav {
   width: 100%;
   text-align: center;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.crypto {
	position: relative;
	display: inline-block;
	width: 25%;
	font-size: 14px;
	float: left;
	background: #7087c8;
	font-weight: bold;
	margin-bottom: 10px;
	border-top: 5px #99dd99 solid;
}

.crypto:hover {
	background: #8098cc;
}

#menu a {
	display: block;
	padding: 8px;
	text-decoration: none;
	color: #ffffff;
}


.content {
	clear: both;
	margin: auto;
	padding-bottom: 10px;
	width: 1000px;
}

h1 {
	clear: both;
	font-size: 14px;
	color: #555555;
	margin: 10px auto 10px auto;
	background: #eeeebb;
	padding: 3px 3px 3px 10px;
	border: 1px #ddddaa solid;
}

.cryptotitle {
	font-size: 14px;
	color: #7087cc;
	font-weight: bold;
}

p {
   line-height: 20px;
}

.totals {
	width: 100%;
	text-align: center;
}

.totalleft {
	display: inline-block;
	float: left;
	padding: 10px;
	min-width: 300px;
	font-size: 18px;
	text-align: center;
	color: #55aa55;
	border: 2px #55aa55 solid;
	border-radius: 15px;
	margin: 15px 5px 50px 150px;
}

.totalright {
	display: inline-block;
	float: right;
	padding: 10px;
	min-width: 300px;
	font-size: 18px;
	text-align: center;
	color: #55aa55;
	border: 2px #55aa55 solid;
	border-radius: 15px;
	margin: 15px 150px 50px 5px;
}

#footer {
   clear: both;
   margin: 30px auto 20px auto;
   width: 1000px;
   border-top: 3px #cccccc solid;
   text-align: center;
   font-size: 11px;
}

.cryptotable {
	border: 2px #7087cc solid;
	border-radius: 5px;
	margin-top: 20px;
}

.cryptotable thead {
	background: #7087cc;
	color: #ffffff;
}

.cryptohighlight {
	background: #dadfee;
}

td {
	width: 65px;
	text-align: center;
}

.cryptovalue {
	float: left;
	padding: 30px 10px 30px 10px;
	font-size: 18px;
	text-align: center;
	color: #7087cc;
	border: 2px #7087cc solid;
	border-radius: 15px;
	margin: 15px 15px 5px 5px;
	width: 70px;
}

.entry {
	display: inline-block;
	margin-top: 15px;
	clear: both;
}

.right {
	float: right;
	display: inline-block;
	width: 875px;
}

.green {
	color: #66cc66;
}
