<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* type.css */
/* Default stylesheet controlling typography and content formating */
/* Author JMB */


body {
    font-family: Arial, Helvetica, sans-serif;
    font-size:1em;
}

a:link, a:visited, a:link:hover, a:link:active, a:visited:hover, a:visited:active {
    text-decoration : none;
}

#contentblock {
    font-size:0.9em;
}

#contentblock a:link:hover, #contentblock a:visited:hover {
    text-decoration:underline;
}

#contentblock h1 a, #contentblock h2 a, #contentblock h3 a, #contentblock h4 a, #contentblock h5 a, #contentblock h6 a {
    text-decoration: none;
}

#contentblock h1 a:link:hover, #contentblock h2 a:link:hover, #contentblock h3 a:link:hover, #contentblock h4 a:link:hover, #contentblock h5 a:link:hover, #contentblock h6 a:link:hover, #contentblock h1 a:visited:hover, #contentblock h2 a:visited:hover, #contentblock h3 a:visited:hover, #contentblock h4 a:visited:hover, #contentblock h5 a:visited:hover, #contentblock h6 a:visited:hover {
    text-decoration: none;
}

#contentblock p {
    line-height: 1.35em;
}

#contentblock p.follower {
    font-size:0.9em;
}

#contentblock ul {
    list-style:disc inside;
}

#contentblock ul ul {
    list-style:square inside;
}

#contentblock ul ul ul {
    list-style:circle inside;
}

#contentblock ol {
    list-style:decimal inside;
}

#contentblock ol ol {
    list-style:lower-roman inside;
}

#contentblock ol ol ol {
    list-style:lower-alpha inside;
}

#siteSearch {
    text-align:right;
    font-size:0.75em;
}

#siteSearch input {
    font-size:0.8em;
}

#siteSearchBut {
    font-size: 0.8em;
    font-weight:bold;
}

#menu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
}

#menu a:hover {
    text-decoration:underline;
}

#menu ul {
    list-style:none;
}

#submenu {
    font-size: 0.8em;
}

#submenu a { 
    font-weight:normal;
}

#submenu li { 
    list-style: none;
}



#footerLinks a:hover {
    text-decoration:underline;
}

.footerLink {
    font-size: 11px;
}

a.createpage { 
    text-decoration:none;
}

#contentblock a.update, #contentblock .update {
    font-weight:bold;
}

#contentblock a.update:hover, #contentblock .update:hover {
    text-decoration:none;
}

#archive input.update  {
	font-weight:bold;
	font-size:1em;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

div.info p &gt; a {
	text-decoration: underline;
	}



/* ADDTHIS TOOLBOX */

.addthis_toolbox .two_column a {
    text-decoration: none;
}

.addthis_toolbox .two_column a:hover {
	text-decoration: underline;
}

.addthis_toolbox .two_column  .more {
	text-align: center;
}

/* ADS POPUP TOOLBOX */

#dialog {
	font-size: 12px;
}

#dialog .cent {
	text-align: center;
}



</pre></body></html>