p, ul, li, th, td, dd, h1, h2, h3, h4, h5, h6, legend
{
    font-family: Candara, FreeSerif;
}
code, tt       { font-size: 100%; }
legend         { font-weight: bold; font-size: x-large; }
.code, .name   { font-family: Courier New; font-size: 10pt; }
.name          { font-style: italic; }
pre            { color: navy; }
.longcode      { color: navy; }
td.TLA         { font-style: italic; }
td.def         { color: grey; }
td.code        { width: 50px; }
p.biblio       { margin-left: 1.5em; text-indent: -1.5em; }
p.indent       { margin: 20px; }
p.image        { margin-left: 40px; }
pre.indent     { margin-left: 40px; }
pre.noindent   { margin-left: 0px; }
pre.black         { color: black; }
pre.black-noindent{ margin-left: 0px; color: black; }
pre.black-indent  { margin-left: 40px; color: black; }
.indent        { margin-left: 40px; }

/* table of contents */
dd.toc				{ font-size: smaller; }
a.toc					{ text-decoration: none; }
a.toc:hover		{ text-decoration: underline; }

div.quote  { font-style: italic; margin-left: 40px; }
div.scroll { overflow-x: scroll; margin-bottom: 20px; }

/* for emphasizing the command line */
span.prompt    { color: maroon; font-weight: bold; }

/* For use in formatting bash tree output... */
span.dirblue     { color: #729FD5; font-weight: normal; }
span.dirbluebold { color: #729FD5; font-weight: bold;   }
span.purple      { color: #b12f96; font-weight: normal; }
span.linkcyan    { color: cyan;    font-weight: normal; }
span.linkgreen   { color: green;   font-weight: normal; }
span.execgreen   { color: green;   font-weight: bold;   }
span.execred     { color: red;     font-weight: bold;   }
span.gityellow   { color: #C4A000; font-weight: normal; }
span.gitokay     { color: white; font-weight: bold; background-color: #4E9A06; }
span.gituntracked{ color: white; font-weight: bold; background-color: #C4A000; }
span.gitmodified { color: white; font-weight: bold; background-color: #75507B; }

/* for other, simple color stuff... */
span.red       { color: red;     font-weight: normal; }
span.green     { color: green;   font-weight: normal; }
span.orange    { color: orange;  font-weight: normal; }
span.brown     { color: brown;   font-weight: normal; }
span.greyed    { color: grey;    font-weight: normal; }
span.greenbold { color: green;   font-weight: bold; }


/* from tutorials... */
pre.code
{
	border:						1px solid #C0C0C0;
	background-color:	#F0F0F0;
	font-family:			monospace;
	margin-left:			20px;
	overflow: 				auto;
}

#code
{
	font-family:		monospace;
	margin-left:		20px;
	margin-bottom:	20px;
}
/* vim: set tabstop=2 shiftwidth=2 noexpandtab: */
