body {
	background-color: #f2f2f2;
	font-family: verdana,arial,sans-serif;
	/*font-family: "Arial Black", Helvetica, sans-serif;*/
	font-size: 1em;
	color: black;
	margin-left: 1.2em;
}
article {
	background-color: white;
	margin: auto;
    width: 80%;
    border: 1px solid #73AD21;
	border-radius: 5px;
    padding: 10px;
}
a {
    color: #1f7a1f;
	text-decoration: none;
}
a:hover {
    color: #cc2900;
	font-weight: bold;
}
#a1 {
    color: #ffff00;
}
#a1:hover {
    color: #cc2900;
}
h1 {
    display: block;
    font-size: 1.1em;
    margin-top: 0.47em;
    margin-bottom: 0.47em;
    margin-right: 0;
    font-weight: bold;
}
h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.43em;
    margin-bottom: 0.43em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
p {
	margin-left: 1.5em;
	margin-top: 0.4em;
	margin-bottom: 0.2em;
}
ul {
    display: block;
    margin-top: 0.1em;
    margin-bottom: 0.3em;
    margin-left: .7em;
    margin-right: 0;
    padding-left: 40px;
	list-style-type: square;
}
ol {
    display: block;
    margin-top: 0.1em;
    margin-bottom: 0.3em;
    margin-left: 1em;
    margin-right: 0;
    padding-left: 40px;
}
#indentBlock {
	margin-left: 3em;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}
/* for standard black fixed font courier new text */
#uText {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	color: #000000;
}
/* for Unix code highlighting */
#uCode {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	color: #b32d00;
}
/* for Unix path, ex. /var/www/html */
#uPath {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	color: #3366cc;
}
/* for Note: text */
#noteT {
	color: #6600cc;
	font-weight: bold;
}
/* for fixed-font text in orange, Hercules color, a bit bolder than normal*/
#uConsole {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.15em;
	color: #CA8500;
	font-weight: 500; /*400 is normal*/
}
/* for fixed-font text in Green, like a Comment, ex. # this is a test*/
#uComment {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	color: #04B404;
}