/* @file info ---------- 
    project:    scotty doc
    author:     d
    comments:   screen style
    version:    2009-01-05
*/

/* @global ---------- */
html, body, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, form, input, textarea, select, fieldset, p, table, tr, td {
    margin: 0;
    padding: 0;
}
body {
	background: #0a0216;
	color: #4d706d;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 150%;
}
a:link,
a:visited,
a:hover,
a:active {
	color: #6e664c;
	text-decoration: none;
	border-bottom: 1px solid #6e664c;
}
tt {
	font-size: 1.2em;
}
#document {
	margin: 30px auto;
	width: 250px;
	padding: 0 5px;
	font-size: 1.2em;
}
#logo {
	margin-bottom: 20px;
	margin-left: -10px;
}
p {
	margin-bottom: 1em;
}
h2 {
	margin-top: 2em;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
	color: #0b3d3e;
}
ul {
	margin-bottom: 1em;
	margin-left: 1.1em;
}
li {
	margin-bottom: .5em;
}
#footer {
	text-align: right;
	margin-top: 30px;
}