body {
	background: url('./img/deski.jpg');
	background-position: 0% 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f0f0f0;
	margin-top: 0px;
}
a
{
    text-decoration: none;
    color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
a:link {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}
a:visited {
	text-decoration: none;
	color: #f0f0f0;
	font-weight: bold;
	font-size: 14px;
}
a:hover {
  color:#ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  background-color:#333333;
}



