body {
	font-family : sans-serif;
	font-size: 10pt;
	color: black;
	background-color: white;
	line-height: 150%;
}

img {
	border: none;
}

blockquote {
	border-style: dashed;
	border-width: 1px;
	background-color: wheat;
	margin: 5px;
	padding: 4px;
}

table {
	margin: 2px;
	padding: 2px;
	background-color: #CCCCFF;
	border-style: dashed;
	border-width: 1px;
	border-color: black;
}

th {
	font-weight: bold;
	text-align: center;
	border-style: solid;
	border-width: 2px;
}

td {
	border-style: solid;
	border-width: 1px;
}

h1 {
        margin: 0px;
        padding: 14px;
	background-color: #F0FFF0;
	font-size: 2.5em;
	text-align: center;
        margin-bottom: 10px;
}

h1.main {
	color: blue;
	text-align: center;
}

strong {
	color: red;
   font-weight: bold;
}

a {
	text-decoration: none;
	border-bottom: dashed;
	border-width: 1px;
	color: blue;
}

a:hover {
	color: #8A2BE2;
}

.src {
	font-family: monospace;
}

ul.main li {
	line-height: 170%;
}

#bar {
	position:fixed; _position:absolute;
	bottom: 40px;
	right: 20px;
	background-color: yellow;
	border-style: dashed;
	border-width: 1px;
	margin: 4px;
	padding: 4px;
}

#bar a {
	border: none;
	color: #000080;
	font-weight: bold;
	font-size: 120%;

	margin: 4px;
}

#bar a:hover {
	color: red;
	border-bottom: dashed;
	border-width: 1px;
}

#banner {
	text-align: center;
}

#banner a {
	border: none;
}

#guestbook {
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	margin: 6px;
}
