
body {
	font-family: sans-serif;
	margin: 10px;
}

p {
	margin: 20px;
}

img {
  border-style: none;
}

img.border {
	border: 1px solid black;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 8px;
 	margin-right: 8px;
}


a[href] { text-decoration: none; color: #0a0aaf; }
a:visited { color: #6f0aaf; }
a[href]:hover { text-decoration: underline; }

div.more {
	text-align: right;
        margin-right: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
	font-size: 90%;
}
div.date {
	/*text-align: right;*/
	float: right;
	color: #666;
        margin-top: 10px;
	font-size: 75%;
}
h3.newsitem {
	margin-bottom: 30px;
}


h1, h2, h3, h4 {
	font-family: sans-serif;
}
h1 {
	font-size: 220%;
	color: #666;
        margin: 0px;
        padding: 0pt 10pt 0pt;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	background-color: #eee;
	letter-spacing: 2pt;
}

img.icon {
        padding-right: 10pt;
}

div.menu {
	text-align: right;
	font-size: 80%;
	margin: 0px 0px 10pt;
	padding: 1pt 10pt 2pt;
	color: #444;
	background-color: #ffb606;
	border-bottom: 1px solid #888;
}

h2 {
	font-weight: normal;
	font-variant: small-caps;
	color: #666;
	font-size: 130%;
	border-bottom: 1px solid #888;
	padding-bottom: 2pt;
        margin-left: 5px;
	margin-top: 0pt;
	letter-spacing: 1pt;
}

h3 {
	font-weight: normal;
	letter-spacing: 1pt;
	color: #ff6a06;
	font-size: 110%;
	border-bottom: 1px solid #888;
	padding-bottom: 2pt;
	margin-top: 0pt;
        margin-left: 20px;
        margin-right: 20px;
	letter-spacing: 1pt;
}

h4 {
	font-weight: normal;
	color: #666;
	border-bottom: 1px solid #666;
	font-size: 105%;
	margin-top: 4pt;
        margin-left: 20px;
	letter-spacing: 1pt;
}

address {
	text-align: right;
	margin: 0px 0px 10pt;
	padding: 1pt 10pt 2pt;
	font-size: 80%;
	color: #444;
	background-color: #ffb606;
	margin-top: 30px;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
}

pre {
  background: #f0f0f0;
  color : #000000;
  margin-left: 30px; margin-right: 30px;
  padding-left: 2pt; padding-right: 2pt;
  padding-top: 5pt; padding-bottom: 5pt;
  border: solid; border-width: thin;
}

