BODY { color: black; background: white; font-family: verdana, arial; font-size: 13pt; margin-left: 3%; margin-right: 3%; }
BODY.hover { color: green; }
A { color: blue; }
A.small { font-size: 9pt; }
A.tiny { font-size: 8pt; }
A:hover { color: white; background: blue; }
P { color: black; font-family: verdana, arial; font-size: 12pt; }
P.tiny { font-size: 8pt; }
P.bdate { font-size: 8pt; }
P.bpost { color: green; font-family: courier, arial }
P.bend { padding-bottom: 15px; }
H1 { color: red; font-size: 20pt; fontWeight: bold; }
H1.btitle { font-size: 16pt; }
H2 { 
	color: white; 
	font-size: 12pt; 
	fontWeight: bold; 
	padding: 5px;
	padding-bottom: 3px;
	border: 2px dotted #000000;
	background: #3333cc;
	text-align: left;
	align: left;
}
H2.btitle {  }
.tiny { font-size: 8pt; }
.small { font-size: 10pt; }
.blogname { color: red; font-size: 20pt; }
.image .caption { font-size: 80%;
                  font-family: Verdana, Arial, sans-serif;
                  text-align: center; }
div.figure {
  float: right;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
img.logo {
	padding: 5px;
	margin: 5px;
	float: right;
}
.main {
  border-top: solid 1px #aaaaaa;
  border-left: solid 1px #aaaaaa;
  border-right: solid 1px #aaaaaa;
  border-bottom: solid 1px #aaaaaa;
  padding: 10px;
  text-align: left;
}


