body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul {
    font-family: Arial, Helvetica, sans-serif;
}
body,td,div,p,pre,ul {
    font-size: 13px;;
}
body {
    background-color: #B0F4B0;
}
h1 {font-size:18px;}
h2 {font-size:16px;}
h3 {font-size:13px;}
.small {font-size:12px;}
.mini {font-size:11px;}
.minimini {font-size:10px;}
.invert {
    color: black;
    background-color: #E0E2D4;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 15px;
}
a {
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
}
a:link {
    color: green;
    text-decoration: none;
}
a:visited {color:olive; text-decoration:none;}
a:active {color:lime; text-decoration:none;}
a:hover{color:green; text-decoration:underline;}
a.menue {
   color: black;
   background: #EFEFBD;
   display: block;
   width: 130px;
   height: 22px;
   padding: 2px;
   border: green solid 1px;
   text-align: center;
   text-decoration:none;
   font-weight:bold;
   background-image: url(images/bt_tree.gif);
}
a.menue:link {
   text-decoration:none;
}
a.menue:visited {
   color: black;
   text-decoration:none;
}
a.menue:active {
   color:      white;
   background: #A2B051; // blue; // gray;
   text-decoration:none;
   background-image: url(images/bt_treeh.gif);
}
a.menue:hover {
   color:      white;
   background: #A2B051; // blue; // gray;
   text-decoration:none;
   background-image: url(images/bt_treeh.gif);
}
a.menue:focus {
   text-decoration:none;
}
img.inset {
   border: silver inset 4px;
}
img.outset {
   border: silver outset 4px;
}
img.groove {
   border: silver groove 4px;
}
img.ridge {
   border: silver ridge 4px;
   margin:0px;
}
p.extlink {
   font-weight:bold;
   border: gray solid 1px;
   background: silver;
   height: 28px;
   padding: 5px;
}
p.guestbook {
   border: gray solid 1px;
   background: silver;
   height: 22px;
   padding: 2px;
}
font.field {
   color: blue;
   font-weight:bold;
}
table.blog {
   border: gray solid 1px;
   background: #E4E4E4;
}
div.subject {
   font-weight:bold;
}
div.comments {
   font-size:12px;
}
div.blog_entry {
   font-size:13px;
}
div.tagline {
   font-size:13px;
}
a.small {
   font-size:10px;
   font-weight:normal;
   text-decoration:none;
}
iframe.gallery {
   border: gray solid 0px;
}

.blog_entry {
	border: 0mm;
	margin: 0mm 0mm 3mm 0mm;
	padding: 0mm 1mm 1mm 1mm;
}
.subject {
	background-color: #B0F4B0;
	margin: 0mm -1mm 2mm -1mm;
	padding: 1mm 2mm 1mm 2mm;
}
.tagline {
	font-size: small;
}
.comments {
	font-size: small;
	margin: 4mm 0mm 2mm 0mm;
	text-align: center;
}
.genmed {
	font-size: small;
}
.code, .quote {
	border: .5mm solid gray;
}
.blog_box {
	border: .5mm solid gray;
	margin: 3mm 0mm 2mm 0mm;
}
#logo {
	float: left;
	margin: 0mm 5mm 1mm 1mm;
}

table.blanko {
   border: #666666 solid 1px;
   background-color: white;
   }
