/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  background-color: #65666C /* #787471 */;
  color: #ffffff;
  font-family: 'Courier', 'Courier New', sans-serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:link {color: #aaaaaa; text-decoration: underline; }
a:active {color: #cccccc; text-decoration: underline; }
a:visited {color: #eeeeee; text-decoration: underline; }
a:hover {color: #dddddd; text-decoration: underline; }

#main {
  padding: 1em;
}

.user {

}

.host {
  color: #ff0000;
  font-weight: bold;
}

.cmd {
  font-weight: bold;
}

.sobre {
  width: 450px;
}

/* Webfonts */
.wf-inactive body {
  font-family: 'Courier', 'Courier New', sans-serif;
}

.wf-active body {
  font-family: 'Inconsolata', sans-serif;
}

