/* copyright (c) 2000-2005 The Trustees of Slaidburn Silver Band */

body {
	margin: 0px;
	background: #efe;
	color: #000;
	font-family: "Bitstream Vera Sans", "Verdana", "Helvetica", sans-serif;
}

div.content {
	margin: 10px;
}

div.top {
	padding: 5px;
	background: #d5f;
	border-bottom: 1px black solid;
	font-weight: bold;
}

a {
	color: #00f;
}

a:visited {
	color: #808;
}

div.top a {
	font-weight: bold;
}

div.bottom {
	border-top: 1px dotted black;
	padding-top: 5px;
	margin: 5px;
	font-size: 80%;
}

div.note {
	border: 1px dotted black;
	padding: 5px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 100%;
	background: #fde;
}

blockquote {
	border-left: 1px dotted black;
	padding-left: 5px;
}

h2 {
	font-size: 120%;
}

h3 {
}

img {
	border: none;
}

a.button {
	text-decoration: none;
}
