/* global */

body {
  background: url(../img/bg.jpg) top repeat-x;
  background-color: #262f34;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 1em;
  color: #b5b5b5;
  text-align: center;
}

.clear {
  clear: both;
}

a:link {
	color: #e8e788;
	text-decoration: underline;
	font-size: 14px;
}

a:visited {
	color: #e588e8;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #fffd6c;
	text-decoration: underline;
}
