/* Custom stylesheet for www.scsc.no, (c) 2007 Daniel Stoedle. */
/* colors: aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, yellow. */

html, body { height: 100%; }

body { margin-left: auto; margin-right: auto; max-width:800px; color: white; background: black; }

p.code, pre { margin-left:20px; margin-right: 20px; max-width:560px; background:#222; font-size:10px; font-family: monaco, monospace; }

p.quote { margin-left:20px; margin-right: 20px; max-width:560px; background:#222; }

body, table { font-size: 10px; font-family: geneva, verdana, helvetica, sans-serif; }

a { color: #ccf; text-decoration: none}

h1, h2, h3, h4, h5, h6 { color: white; font-family: helvetica, sans-serif; }
h1 { font-size: 32px }
h2 { font-size: 24px }
h3 { font-size: 18px }
h4 { font-size: 13px }
h5 { font-size: 11px }

#border { border:solid 1px #171740; padding-top:6px; padding-bottom:6px; }

#content { position: relative; min-height: 80%; font-size:15px }

#footer { position: relative; margin-top: 20px }

#code { font-size:10px; font-family: monaco, monospace; }

#header { font-size:10px; font-family: helvetica, sans-serif; }

ol.wide li { margin: 10px 0px; }

table.lines {
	border-collapse:collapse;
}

table.lines td  {
	border:1px solid #777;
	padding:6px;
	vertical-align:top;
}
