<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#container
{
text-decoration: none;
font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif;
width: 900px;
margin: 10px auto;
background-color: #fff;
color: #333;
font-size:11pt;
line-height: 130%;
}

#top
{
float:left;
}

#topright {
float: right;
}

#topper {
border-top: thin solid;
border-top-width: 1px;
border-top-color: lightgray;
clear: both;
}

#col1, #col2, #col3, #studio, #lab
{
margin: 5px;
text-align: justify;
float: left;
width: 290px;
}

#nav
{
border-top: thin solid;
border-top-width: 1px;
border-top-color: lightgray;

border-bottom: thin solid;
border-bottom-width: 1px;
border-bottom-color: lightgray;

clear: both;
margin: 0px;
color: darkblue;
/*padding: .5em;*/
}


#headposts
{
border-top: thin solid;
border-top-width: 1px;
border-top-color: lightgray;
clear: both;
margin: 0px;
}

#categories, #archives
{
font-size: 11pt;
float:left;
margin-right: 10px;
width: 680px;
border-top-width: 1px;
border-top-color: lightgray;
text-align: left;
}

#categories
{
width:200px;
}

#postscontainer
{
margin: 0px;
float:left;
width: 900px;
border-top: thin solid;
border-top-width: 1px;
border-top-color: lightgray;
}


.post{
text-align: justify;
clear: right;
font-size: 10pt;
padding: 0em;
}
.entry{
border-top: thin dotted;
}

.postmetadata{
text-align: right;
}
.navigation{
font-size: 15pt;
margin-bottom: 10px;
border-bottom-width: 1px;
border-bottom: thin dotted;
}

.alignleft {
float: left;
margin:15px 15px 15px 15px;
}

.alignright{
float: right;
clear: right;
margin:15px 15px 15px 15px;
}

#footer
{
margin: 0px;
font-size: 12pt;
margin-top: 5;
border-top: thin solid;
border-top-width: 1px;
border-top-color: lightgray;
clear: both;
text-align: right;
}


a
{
text-decoration: none;
}
h1
{
font-weight: normal;
font-size: 18pt;
padding: 0;
margin: 0;
margin-bottom: 5;
}

h2
{
font-size: 15pt;
padding: 0;
margin: 0;
}



A:link, A:visited
{
color: darkblue;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
</pre></body></html>