body {
    margin: .5em 1% .1em 1%;

	font-family: Verdana, sans-serif;
	color: #000000;

	background-color: #eeeeee;
	background-repeat: repeat-y;
	background-position: right;
}
p {
	margin: 1em 0 1em 1em;
	line-height: 140%;
}

dl {
	margin: 1em 0 1em 1em;
	line-height: 120%;
}

dt {
	margin-top: 0.5em;
	font-weight: bold;
	width: 90%;
}

dd {
	width: 90%;
}

pre, ul, li {
	line-height: 140%;
}

a:link {
	color: #990000;
	font-weight: bold;
}

a:visited {
	color: #990000;
	font-weight: bold;
}

a:hover {
	color: #cc0033;
	font-weight: bold;
}

.tools {
	color: #663300;
	font-size: x-small;
	font-weight: bold;
	font-style: normal;

	background-color: #ffdd66;

	border-left-style: solid;
	border-left-width: 15px;
	border-right-style: dotted;

	padding: 4px;

	width: 97%;

	margin-top: 10px;
}

.tools a:link {
	color: #663300;
	font-weight: bold;
}

.tools a:visited {
	color: #663300;
	font-weight: bold;
}

.tools a:hover {
	color: #ff0000;
	font-weight: bold;
}

.header {
	color: #663300;
	font-size: x-large;
	font-weight: bold;
	font-style: normal;

	text-align: left;

	background-color: #ffdd66;

	border-left-style: solid;
	border-left-width: 15px;
	border-right-style: dotted;

	padding: 4px;

	width: 97%;

	margin-top: 20px;
	margin-bottom; 3px;

}

.header a:link {
	color: #663300;
	font-weight: bold;
}

.header a:visited {
	color: #663300;
	font-weight: bold;
}

.header a:hover {
	color: #ff0000;
	font-weight: bold;
}

/*
.content {
	font-size: normal;
	font-weight: normal;
	font-style: normal;

	background-color: #ffffff;
	filter: Alpha(style=0,opacity=70,finishOpacity=70);

	border-right-style: dotted;
	border-bottom-style: dotted;

	padding: 8px;

	width: 97%;
	line-height: 130%;

	margin-left: 15px;
	margin-top: 0px;
}
*/

.footer {
    font-style: normal; /* italic */
    text-align: right;
}
.InterWiki {
	color: black;
	background: #eee;
}

body.frozen {
	background-color: #eee;
	background-image: url("http://www.tls.org/~kuchiki/frozen.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
}

h2 {
	color: #663300;
	font-size: large;
	font-weight: bold;
	font-style: normal;

    text-align: left;

	background-color: #ffdd66;

	border-left-style: solid;
	border-left-width: 15px;
	border-right-style: dotted;

	padding: 4px;

	width: 97%;

	margin-top: 20px;
	margin-bottom; 3px;
}
h3 {
	color: #663300;
	font-size: small;
	font-weight: bold;
	font-style: normal;

    text-align: left;

	background-color: #ffdd66;

	border-left-style: solid;
	border-left-width: 15px;
	border-right-style: dotted;

	padding: 4px;

	width: 97%;

	margin-top: 20px;
	margin-bottom; 3px;

}
.date {
	font-family: monospace;
}
a img {
	border: none;
}

/* diff */
.added {
	color: blue;
}
.deleted {
	color: red;
}
.same {
	color: #666;
}
.diff {
	color: black;
	background: #eee;
}

/* table */
table {
	background-color: #ffffff;
	border-color: #663300;
	margin: 1em 0 1em 1em;
	border-style: solid;
}
td {
	margin: 1px;
	padding: 5px;
}

/* preview */
.preview {
	font-size: normal;
	font-weight: normal;
	font-style: normal;

	background-color: #ffffff;

	border-right-style: dotted;
	border-bottom-style: dotted;

	padding: 8px;

	width: 90%;
	line-height: 130%;

	margin-left: 15px;
	margin-top: 0px;
}

.error {
}
