body {	background-color:#333;
	font: small "Trebuchet MS",Verdana,Arial,Sans-serif;}

a:link {
	color:#f9110e;
	text-decoration: none;
}
a:visited {
	color:#990000;
	text-decoration: none;
}
a:hover {
	color:#cc0000;
	text-decoration: underline;
}

h1, h2, h3, h4 {
	font-family: arial, sans-serif;
	margin-bottom: 0;
}
h1 {	font-size: large;} 
h2 {	font-size: large;}
h3 {	font-size: medium;}
h3 + h4 {
	margin-top: 0;
}
h4 {	font-size: 105%;}

p {	text-align: justify;}
p.up {	text-align: right;}
p.up a:hover {
	text-decoration: none;
}
p.date {
	font-size: 90%;
	margin: 0;
}
p.date + h3 {
	margin-top: 0;
	font-size: medium;
}

img {	border: 0;}

sup {	font-size: xx-small;}

ul.nav {list-style-type: none;}
ul li.sp {
	margin-bottom: 0.8em;}
ul li ul {
	list-style-type: disc;}

table {
	margin: 1em 0;
	border-spacing: 0;
	border-collapse: collapse;
	border-style: hidden;
	border: 1px solid #333;}
table tr th,td {
	padding-left: 2px;
	padding-right: 2px;
	border-collapse: collapse;
	border-right: 1px dotted #999;}
table tr th {
	border-bottom: 1px solid #333;
	background-color:#bbb;
        font-weight: bold;
	text-align: center;}
table tr td {
	background-color: white;}
table tr td.nb {
	white-space: nowrap;}
table tr.diff td {
	background-color: #eee;}

#top {
  margin-left: 10%;
  margin-right: 10%;
	height: 40px;
	border: 1px solid #999;
	padding: 1em;
	margin: auto;

	background-color:#ffffff;}
#top img {
	float: left;
	border: 0;
}
#top h1 {
  text-align: center;
  margin-top: -3px;
}

#text {
	color: #333;
	background-color:#ffffff;
	margin-left: 10%;
  margin-right: 10%;
	margin: 0em auto;
	border: 1px solid #777;
	padding: 1em;}
#text p {
	margin-top: 0
}
#menu {
	width: 350px;
	background-color: #eee;
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 1em;
	top: 80px;}
#menu p {
	display: none;}
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;}
#menu ul li {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;}
#menu ul li a {
	padding: 2px;
	margin: 0;
	color: #f9110e;
	border-right: 1px solid #ccc;
	display: block;
	font-size: x-small;
	text-align: center;
	text-decoration: none;
	font-weight: bold;}
#menu ul li.here a {
	background-color: #ddd;
	color: #555;}
#menu #index a,
#menu #about a {
	width: 40px;
}
#menu #about a {
	border-right: 0;
}
#menu ul li a:hover {
	background-color: #ddd;
	color: #555;
	text-decoration: none;
}
#footer {
  margin-left: 10%;
	margin-right: 10%;
  font-size: x-small;
	background-color: #eee;
	padding: 0.6em;
	border: 1px dashed #aaa;
  margin: 0em;
  position: relative;
}
#footer p {
	margin: 0;
	padding: 0;
  text-align:right;
}
#homelink a {
	text-align: right;
}

table.domview {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid white;
}

td.domview {
  padding-left: 2px;
  padding-right: 2px;
  border-collapse: collapse;
  border-right: 12px solid white;
}

tr.domview {
  border-bottom: 16px solid white;
}

a:hover.domview {
  text-decoration: none;
}
