body {
	background: #f60 url(../pics/back.png) no-repeat fixed 8% 25%;
	margin: 20px 10% 100px 20%;
	font-family: georgia, serif;
}

dt {
	margin-top: 10px;
	font-weight: bold;
}

dd {
	margin-left: 0;
}

li { text-align: justify; }
p { text-align: justify; }

h1, h2, h3 {
  font-family: verdana, lucida, helvetica;
  color: #a00;
}

p, li, dd {
	line-height: 1.8;
}

li {
	margin-bottom: 20px;
}

li.tight {
	margin-bottom: 0px;
}

a {
  text-decoration: underline;
	color: #f60;
}
a:active {
  font-style: italic;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

#navbar {
	background: #fdd;
	padding: 10px;
	border: 1px solid black;
	font-weight: bold;
	text-align: center;
}
#navbar>A:hover { color: #ff0; }
#navbar>A { color: #f60; }

#content {
	background: #fdd;
	padding: 30px 20% 100px 30px;
	border: 1px solid black;
	margin: 20px 0 20px 0;
}
#content>A:hover { color: black; }
#content>A:visited { color: black; }

