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

a:link {
	color:#f9110e;
	text-decoration: none;
	font-weight: bold;}
a:visited {
	color:#990000;
	text-decoration: none;
	font-weight: bold;}
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;
}

object {
    margin-left: 6em;
}

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 {	width: 650px;
	height: 80px;
	border: 1px solid #999;
	position: relative;
	padding: 1em;
	margin: auto;
	background-color:#ffffff;}
#top img {
	float: left;
	width: 291px;
	height: 80px;
	border: 0;}
	
#top h1 {
    float: right;
    font-size: xx-large;
    margin-right: 0.5em;
}

#text {
	color: #333;
	background-color:#ffffff;
	width: 650px;
	font-size: small;
	margin: 1em 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 #hardware a,
#menu #software a {
	width: 63px;
}
#menu #computers a {
	width: 70px;
}
#menu ul li a:hover {
	background-color: #ddd;
	color: #555;
	text-decoration: none;
}
#footer {
	font-size: x-small;
	background-color: #eee;
	padding: 0.6em;
	border: 1px dashed #aaa;}
#footer p {
	width: 650px;
	margin: 0;
	padding: 0;
}
#homelink a {
	text-align: right;
}
