* {
	font-family: sans-serif;
}

body {
	background-color: RGB(40,40,40);
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

input.text {
	background-color: RGB(0,0,0);
	color: RGB(122,122,122);
	border: 1px solid RGB(40,40,40);
	font-size: 18px;
	padding: 2px;
	height: 28px;
}

.networkingLinks {
	width: 840px;
}

.footer {
	width: 800px;
}

.footer td {
	font-size: 14px;
	color: RGB(100,100,100);
}

.footer a {
	color: RGB(100,100,100);
}

.counter {
	background-color: RGB(0,0,0);
	border: 1px solid RGB(40,40,40);
	position: absolute;
	top: 10px;
	left: 10px;
}
