body {
	background: White;
	color: black;
	background-image: url(/backlogo.png);
	background-repeat: repeat-y;
	background-position: right;
}

a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: #FF8000;
	text-decoration: none;
}

a:active {
	color: red;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

h1 {
	color: white;
	background-color: darkslategray;
	text-align: center;
	border-style: solid;
	border-color: blueviolet;
	border-width: 2pt 0 2pt 0;
	padding: 2pt 2pt 2pt 2pt;
	margin: 0pt 10pt 10pt 10pt;
}

h2 {
	text-align: left;
	border-style: solid;
	border-color: blue;
	border-width: 0 0 thin 1ex;
	margin-left: 10pt;
}

.title {
	text-align: center;
}

p.theme {
	text-align: center;
	font-size: larger;
	color: red;
}

td.member {
	text-align: center;
	padding: 0 30pt 10pt 30pt;
	vertical-align: top;
}
.member {
	text-align: center;
}

p.notice {
	text-align: center;
}

address {
	text-align: right;
	font-family: monospace;
	font-style: normal;
}

/* 
//style for namazu 
*/

strong.keyword { 
	color: red; 
}
p.example {
	text-indent: 1em;
	color: teal;
	font-weight: bold;
	font-family: monospace; 
}
code {
	color: teal;
	font-family: monospace; 
}
code.example {
	color: teal;
	font-weight: bold;
	font-family: monospace;
}
code.operator {
	color: teal;
	font-family: monospace;
	font-weight: bold; 
}
