body, P, TD, TH, textarea, select, option, submit, input {
    font-size:12px;
    font-family:verdana,arial,geneva,helvetica,sans-serif;
}

code {
    font-size: 12px;
    font-family: courrier,courrier-new,monospace;
    white-space: pre;
    font-weight: normal;
}

code.terminal {
    margin: 20px 0;
    padding: 4px 4px 4px 14px; 
    background-color: #F1F5F9; 
    border: 1px solid #C9D1D7; 
    font-size: 12px; 
    font-family: courrier,courrier-new,monospace;
    white-space: pre; 
    line-height: 120%;
    display: block;
}

table.main > tbody > tr > td {
	border-top: thin solid gray;
	padding-bottom: 1em;
	padding-top: 1em;
}

table.main > tbody > tr:first-child > td {
	border-style: none;
}

:link {
    color: #0000FF;
}

:link:hover {
    color: #FF0000;
}

:visited {
    color: #3399FF;
}

:visited:hover {
    color: #FF0000;
}

:active {
    color: #0000DD;
}

:active:hover {
    color: #FF0000;
}

body {
    background: white;
}

h2 {
    font-family:verdana,arial,geneva,helvetica,sans-serif;
}

.question {
    font-weight: bold;
}

.answer {
	margin-top: 1em;
}

.path {
	
}

ul.FAQ {
}

.prompt {
	font-weight: bold;
}

.input {
	font-weight: 600;
}

.output {
}

ul.FAQ > li {
	margin-bottom: 3em;
}

.option, .variable, .executable, .path {
    font-family:courrier,courrier-new,monospace;
    color: #3399FF;
}

