html {
/* Freaking XML. */
background-color:#FFFFFF;
color:#000000;
}
body {
background-color:#FFFFFF;
color:#000000;
font-family:Verdana, Arial, sans-serif;
}
div {
padding:0px;
margin:0px;
}
div#top {
text-align:center;
}
div#content {
text-align:left;
font-size:10pt;
line-height:14pt;
}
div#desktops ul {
list-style-type:none;
padding:0px;
margin:0px;
border-right:1px dotted #FF0000;
border-left:1px dotted #FF0000;
}
div#desktops ul li {
margin:0px;
padding:0px;
border-bottom:1px dotted #FF0000;
}
div#desktops li > h3 {
padding:0.5em 0.5em 0.5em 0.5em;
margin:0px;
font-weight:bolder;
border-top:1px dotted #FF0000;
}
a, a.link, a.visited, div.active {
color:#FF0000;
border-bottom:1px dotted #FF0000;
text-decoration:none;
}
a:hover {
text-decoration:none;
border-bottom:1px solid #FF0000;
}
div#desktops a, div#desktops a.link, div#desktops a.visted, div#desktops a.active {
color:#FF0000;
text-decoration:none;
border:none;
display:block;
padding-top:0.5em;
padding-bottom:0.5em;
padding-left:0em;
padding-right:0.5em;
}
div#desktops img {
margin-left:0.5em;
margin-right:0.5em;
margin-top:0em;
margin-bottom:0em;
border:1px solid #FF0000;
width:128px;
height:96px;
}
div#desktops {
float:right;
width:35%;
margin-bottom:1%;
}
div.main {
float:left;
color:#000000;
width:63%;
border:1px dotted #FF0000;
margin-bottom:1%;
}
ul#menu {
border-bottom:1px dotted #FF0000;
/*padding:0.5em;*/
padding-top:0.5em;
padding-bottom:0.5em;
margin:0px;
}
ul#menu li.nav {
display:inline;
font-weight:bolder;
}
ul#menu li.nav a {
margin:0.5em 2.45em 0.5em 2.45em;
border:none;
line-height:14pt;
height:auto;
}
ul#menu li.nav a:hover {
border-bottom:1px solid #FF0000;
}
div.main p {
margin:0 1em 0 1em;
padding:1em 0 1em 0;
}
div.main ul {
list-style-type:none;
margin:0 1em 0 1em;
border-bottom:1px dotted #FF0000;
padding:0 0 1em 0;
}
div.main ul.log {
border-bottom:none;
}
div.main ul.log h3 {
text-decoration:underline;
}
div.main li > h3 {
font-weight:bolder;
padding:0px;
margin:1em 0 0 0;
}
div.main ul#w3c {
border-bottom:none;
}
div.main ul#w3c li {
display:inline;
}
h1 {
font-size:2em;
color:#000000;
}
h3 {
color:#000000;
font-size:1em;
}
abbr {
border-bottom:1px dashed #FF0000;
}
/* XUL Elements */
div.xul {
float:left;
text-align:center;
width:63%;
border:1px dotted #FF0000;
}
div.xul hbox {
overflow:auto;
background-color:#FFFFFF;
}