body {
	font-family: Arial, Helvetica, sans-serif; font-size: 100%; color: #333;
}
a { color: #666; text-decoration: underline; }
a:visited { color: #999; }
a:hover { text-decoration: none; }

/* hidden "upgrade" and "skip to the content" links */
#skip  { position: absolute; top: -1000px; }
@media screen { #upgrade { position: absolute; top: -1000px; } }

.error { font-weight: bold; color: #f00; }

.hide { display: none; }
