html, body {
	background-color: #FFFFFF;
	color: #000000;
	background-color: #000000;
	font-family: sans-serif;
}

a:link {
 	color: #1f00ff;
	background-color: transparent;
	text-decoration: underline;
 	}

a:visited {
 	color: #9900dd;
	background-color: transparent;
	text-decoration: underline;
 	}

a:hover {
 	color: #9900dd;
	background-color: transparent;
	text-decoration: none;
 	}

.center {
	text-align: center;
}

.italic {
 	font-style: italic;
 	}

.bold {
        font-weight: bold;
        }

.quote {
	margin-left: 40px;
	margin-right: 40px;
}

.hrsmall {
	width: 80px;
	height: 1px;
	margin-left: 20px;
}

.td_title {
	border-color: #3366cc;
	border-style: solid;
	border-width: thin;
	color: #3366cc;
	background-color : #f2f2f9;
	font-weight: bold;
}

.td_con {
	padding-top: 3px;
	padding-left: 8px;
	padding-bottom: 3px;
	color : #303030;
	background-color : #fefefe;
	font-size: smaller;
}

.translations {
	background-color: transparent;
	color: black;
	font-family: serif;
	font-size: smaller;
}

.fsflink {
	font-size: smaller;
	font-family: monospace;
	color : #000000;
	border-left: #3366cc thin solid;
	border-bottom: #3366cc thin solid;
	padding-left: 5px;
	padding-bottom: 5px;
}

/*
 * rtl stands for right-to-left layout, as in farsi/persian,
 * arabic, etc. See also trans_rtl.
 */
.fsflink_rtl {
	font-size: smaller;
	font-family: monospace;
	color : #000000;
	border-right: #3366cc thin solid;
	border-bottom: #3366cc thin solid;
	padding-right: 5px;
	padding-bottom: 5px;
}

.trans {
	font-size: smaller;
	color : #000000;
	border-left: #3366cc thin solid;
	padding-left: 20px;
}

.trans_rtl {
	font-size: smaller;
	color : #000000;
	border-right: #3366cc thin solid;
	padding-right: 20px;
}

img {
	border: none 0;
}

td.side {
	color: #3366cc;
/*	background: #f2f2f9;
	border-color: #3366cc;
	border-style: solid;
	border-width: thin; */
	border-color: white;
	border-style: none;
	vertical-align: top;
	width: 150px;
}

div.copyright {
	font-size: 80%;
	border: 2px solid #3366cc;
	padding: 4px;
	background: #f2f2f9;
	border-style: solid;
	border-width: thin;
}

.footnoteref {
	font-size: smaller;
	vertical-align: text-top;
}

/* Code block */
dl.codebox {
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #d8d8d8;
	font-size: 1em;
	max-width: 95%;
}

dl.codebox code {
	overflow: auto;
	display: block;
	height: auto;
	max-height: 200px;
	white-space: normal;
	padding-top: 3px;
	font: 0.8em Monaco, "Andale Mono","Courier New", Courier, mono;
	line-height: 1.3em;
	color: #606060;
	margin: 2px 0;
}
