* { margin:0; padding:0; 

}

html {
background:#333;
font-family:arial;
font-size:15px;

}

a {text-decoration:none; color:navy;}
/*
a:hover {background:#eee;}
*/

#container {
border:10px solid white;
background:#fff;
}

#header, #footer { 
margin:0 0 25px 0;
padding:0;
font-family:"trebuchet MS";
}


#header h1 {
background:#333;
color:#fff;
padding:5px;
}

#header a {
color: #eee;
}

#topnav {
list-style-type:none;
margin:0;
padding:0;
overflow:auto;
}

#topnav li {
float:left;
margin-right:15px;
}

#topnav li a {
display:block;
padding:3px 15px;
border:1px solid #eee;
border-top:0px;
color:#eee;
}

#topnav li a:hover {
color:white;
background:#333;
border:1px solid #333;
border-top:0px;
}

#getfirefox {
position:absolute;
top:17px; right:16px;
width:110px;
height:32px;
background:url(http://sfx-images.mozilla.org/affiliates/Buttons/110x32/get.gif) top right no-repeat;
}


hr {
margin:10px 0;
margin-bottom:-10px;
border:0px solid black;
background:#eee;
height:5px;
display:none;
}

#container pre hr {
display:block;
}

pre {
background:;
}

table {
border-collapse:collapse;
line-height:18px;
width: 40%;
}

tr:hover {background:#eee;}

th {
text-align: left;
}

td img {
margin-right: 15px;
}

#footer {
margin:20px 0 0 0;
background: #eee;
border-bottom:4px solid #333;
height:20px;
line-height:20px;
padding:5px;
}

#footer small {
font-size: 11px;
color: grey;
}
