body {
	font-family: 'Lato', sans-serif;
	font-size: 1.5em;
	color: silver;
	background-color: #44464d;
}
	
.text {
	font-size: 1em;
	padding: 1em 6em;
	max-width: 800px;
	line-height: 1.65em;
	position: relative;
	float: left;
}
	
h1, h2, h3 {
	font-size: 3em;
}
	
	h1 {
	text-align: right;
	padding: 0 2.2em;
}
	
.product {
	color: #999;
	font-weight: 700;
}
	
.mark {
	color: white;
	font-weight: 700;
	/*border-top: 1px solid gray;*/
	/*font-weight: 700;*/
}
	
.tld {
	color: white;
	font-weight: 300;/*
	font-size: 0.8em;*/
}

a:link {
	color: inherit;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 3px solid gray;	
}

h1 a:link {
	border-bottom-width: 8px;
	padding-bottom: 6px;
}

a:visited {
	color: gray;
	
}

a:hover {
	border-bottom-color: white;
	
}

a:active {
	border-bottom-color: black;
	
}

.productname a:link {
	border-radius: 4px;
	border: 0px solid silver;
	border-width: 2px;
	padding: 0px 24px 1px 24px;
	margin: 2px;
	white-space:nowrap;
	
}

.productname a:visited {
	border-color: gray;
	color: silver;
	
}

.productname a:hover {
	border-color: silver;
	background-color: silver;
	color: #44464d;
}

.productname a:active {
	color: #44464d;
	border-color: silver;

}

img {
    display: block;
    margin: auto;
    padding: 0 6em;
	width: 80%;
    padding-top: 80px;
}

hr {
	height: 1px;
	width: 40%;
	background-color: rgba(255, 255, 255, .15);
	border: none;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

input {
	border: none;
	background: none;
}



