@charset "UTF-8";
@import url(http://weloveiconfonts.com/api/?family=fontawesome);
#tank {
	width: auto;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding-top: 150px;
}
#footer {
	width: auto;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding-top: 150px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 42px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0px;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #000;
	font-size: 14px;
}
a:hover {
	text-decoration: none;
	color: #000;
}

/* fontawesome */
[class*="fontawesome-"]:before {
	font-family: 'FontAwesome', sans-serif;
	font-size: 28px;
	color: #000;
}
