/* tinyweb.css rev. 3b -dh- 2002-01-04 */

body {
  margin: 1em 1em 1em 1em;
  color: black;
  background-color: #ebebeb;
}

h1, h2, h3, h4 { 
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
}

p, dl, dt, dd, ol, ul, li,
blockquote,
table, tr, td {
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
}

code, samp, kbd, var {
  font-family: Courier, "Courier New", serif;
}

a:link {
  color: blue;
  background: transparent;
}

a:visited {
  color: #330099;
  background: transparent;
}

a:hover {
  color: #CC3399;
  background: transparent;
}

a:active {
  color: red;
  background: transparent;
}


#border {
  border: 3px solid black;
}


#topbar {
  color: #8eb1e2;
  background-color: #1860c0;
  padding: 4px;
}


#logo {
  color: #8eb1e2;
  background: transparent;
  display: inline;
}

#logo a {
   color: #8eb1e2; 
   background: transparent; 
   text-decoration: none; 
} 

#logo a:link {
   color: #8eb1e2; 
   background: transparent; 
   text-decoration: none; 
} 

#logo a:visited {
   color: #8eb1e2; 
   background: transparent; 
   text-decoration: none; 
} 

#logo a:hover {
   color: #8eb1e2; 
   background: transparent; 
   text-decoration: underline; 
} 

#logo a:active {
   color: white; 
   background: transparent; 
   text-decoration: underline; 
} 


#motto {
  color: #8eb1e2;
  background: transparent;
  font-weight: bold; 
}


#nav {
  color: #8eb1e2;
  background: #1860c0;
  padding: 4px 2px 4px 2px;
}

#nav a {
  color: #8eb1e2;
  background: transparent;
}

#nav a:link {
  color: #8eb1e2;
  background: transparent;
}

#nav p {
  color: #8eb1e2;
  background: transparent;
}

#nav a:hover {
  color: white;
  background: transparent;
}

.manpage {
  padding: 6px 6px 6px 6px;
  color: black;
  background-color: #cccccc;
}

.example {
  padding: 6px 6px 6px 6px;
  color: black;
  background-color: #cccccc;
}

#textarea {
  background-color: white;
  color: black;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  padding: 4px 1em 4px 1em;
}

#quote {
  text-align: right;
  font-size: 85%;
}

#topics {
  margin-right: 2em;
}

#current {
  font-weight: bold; 
}

