body {
  margin: 30px;
	letter-spacing: -1px;
	background-color: #ffb81f;
	color: #222222;
	background-image: url(/images/tuttweather-02.png);
	background-repeat: no-repeat;
	background-position: 90% 30%;
}

.tutt {
	color:#ffffff;
}

p { font-size: 16px; font-weight: 500; margin-top: 0;}

a { 
  text-decoration:none;
  color:#222222;
  position:relative;
  display: inline-block;
  padding: 2px 0px;
}

a:hover { color:#dd3922; text-shadow: 0px 1px 0px rgba(255,255,255,0.6); }

.special { font-weight: bold; }
