body {
	background: url("url.gif") #fff 99.5% 98% no-repeat fixed;
	color: #333;
	font: 10px/1.8em verdana, arial, sans-serif;
	padding: 8%;
	margin: 0;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 1em;
	margin-bottom: 2em;
	border-bottom: 1px solid #ccc;
}

h2 {
	font-size: 1em;
	font-weight: bold;
}

a {
	color: #00f;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: #c06;
	background-color: transparent;
	text-decoration: none;
}

a:hover, a:visited:hover {
	text-decoration: underline;
}

code {
	font-weight: normal;
}

p {
	padding: 0;
	margin: 0 0 1em 0;
}

abbr[title], acronym[title] {
	border-bottom: 1px solid #ccc;
	cursor: default;
}
