/*	Styles used for RenderMan tute pages */

body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Verdana', 'sans-serif';
	margin-left: 2em;
	margin-right: 2em;
}

/* center tag going away in HTML 5 */
.centred {
	text-align: center;
}

/* I use rules as minor dividers within sections */
hr {
	width: 50%;
}

/* Console input and output, or text to be entered into file */
.consoleText {
	font-family: 'Lucida Console', 'monospace';
	margin-left: 4em;
}

/* Stuff you type within console output */
.typeText {
	font-weight: bold;
}

/* Computer names within text */
.fileName {
	font-family: 'Lucida Console', 'monospace';
}

.codeName {
	font-family: 'Lucida Console', 'monospace';
}

.bookName {
	font-style:  italic;
}

/* Showing directory structure */
.dirStructure {
	font-family: 'Lucida Console', 'monospace';
	list-style-type: none;
}

.imagePara {
	margin-left: 4em;
}
