body {
	background: #f3f9ff;
	color: black;
}
p {
	font-family: "Georgia", Times, serif;
	margin-top: 1.5ex;
	margin-bottom: 1.5ex;
}
.none {
	display: none;
}
.tinypara {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom:	0;
	line-height: 0;
}
a:link {
	background: #f3f9ff;
	color: #003366;
}
a:visited {
	background: #f3f9ff;
	color: #666666;
}
a:active{
	background: #f3f9ff;
	color: red;
}
a:hover	{
	background: #f3f9ff;
	color: red;
}

#blogtitle h1 {
	font-family: "Georgia", Times, serif;
	font-size: 200%;
	background: #f3f9ff;
	color: #003366;
}

#blogtitle a:link {
	background: #f3f9ff;
	color: #003366;
	text-decoration: none;
}
#blogtitle a:visited {
	background: #f3f9ff;
	color: #003366;
	text-decoration: none;
}
#blogtitle a:active{
	background: #f3f9ff;
	color: red;
	text-decoration: underline;
}
#blogtitle a:hover	{
	background: #f3f9ff;
	color: red;
	text-decoration: underline;
}

div#quotations {
	border: 1px solid #003366;
}
#quotations .cleverquote {
	font-style: italic;
	font-size: 75%;
	font-family: "Georgia", Times, serif;
	color: #003366;
	background: #f3f9ff;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 1.5ex;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
}
#quotations .cleverauthor {
	font-size: 75%;
	font-family: "Georgia", Times, serif;
	background: #003366;
	color: #f3f9ff;
	text-align: left;
	margin-left: 1px;
	margin-bottom: 1px;
	margin-right: 1px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
}

#content p {
	margin-top: 1.5ex;
	margin-bottom: 1.5ex;
	margin-right: 2em;
	font-family: "Georgia", Times, serif;
	color: black;
	background: #f3f9ff;
}
#content acronym	{
	border-bottom: 1px dotted black;
}
#content blockquote {
	font-style: italic;
	margin-left: 0;
	margin-bottom: 1.5ex;
	margin-top: 1.5ex;
}
#content blockquote blockquote {
	font-style: italic;
	margin-left: 3em;
	margin-bottom: 1ex;
	margin-top: 1ex;
}
#content tbody p {
	font-family: "Georgia", Times, serif;
	color: black;
	background: #f3f9ff;
	margin: 3px;
}
#content thead p {
	font-family: "Georgia", Times, serif;
	font-weight: bold;
	color: black;
	background: #f3f9ff;
	margin: 3px;
}
#content .blogitem {
	font-family: "Georgia", Times, serif;
	font-size: 75%;
	color: black;
	background: #f3f9ff;
	margin-top: 10px;
}
#content blockquote em {
	font-style: normal;
}
#content .foreign {
	font-style: italic;
}
#content h3 {
	font-family: verdana, arial, sans-serif;
	font-size: 95%;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 5ex;
	margin-bottom: 0;
	background: #f3f9ff;
	color: #003366;
}
#content ol {
	margin-top: 1.5ex;
	margin-bottom: 1.5ex;
}
#content .postcomment {
	font-style: normal;
	font-weight: normal;
	font-size: 80%;
}
#content .postinfo {
	margin-top: 2ex;
	margin-bottom: 2ex;
	font-style: italic;
	font-weight: bold;
}
#content .posttitle {
	font-family: "Georgia", Times, serif;
	font-weight: bold;
	margin-top:	1.5ex;
	margin-bottom: 1.5ex;
	color: black;
	background: #f3f9ff;
}
#content .seriestitle {
	font-family: "Georgia", Times, serif;
	font-weight: bold;
	margin-top:	4ex;
	margin-bottom: 1.5ex;
	color: black;
	background: #f3f9ff;
}
#content .sic {
	font-style: normal;
	font-weight: normal;
}
#content .termdefined {
	font-weight: bold;
}
#content .termmentioned {
	font-style: italic;
}
#content ul {
	margin-top: 1.5ex;
	margin-bottom: 1.5ex;
}

div#linksmenus {
	border: 1px solid #003366;
	width: 13em;
}
#linksmenus p {
	font-size: 75%;
	text-align: left; 
	background: #f3f9ff;
	color: #003366;
	padding-left: 5px;
	padding-right: 5px;
}
#linksmenus .menuheader {
	background: #003366;
	color: #f3f9ff;
	font-family: "Georgia",	Times, serif;
	font-size: 75%;
	font-weight: bold;
	text-align: left;
	margin-left: 1px;
	margin-top: 1px;
	margin-right: 1px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
}

#attributionbuttons p {
	font-size: 75%;
	font-weight: bold;
}

#searcharea .searchbutton {
	color:#f3f9ff;
	background:#003366;
	font-family:"Georgia", Times, serif;
	font-weight:bold;
	font-size:75%;
}

#searcharea .searchtext {
	color:#003366;
	background:#ffffff;
	font-family:"Georgia", Times, serif;
}
