h1 { font-family: arial;
     color : black;
     font-size: 32px 
}
h2 { font-family: arial;
     color : red;
     font-size: 26px 
}
h3 { font-family: arial;
     color : darkred;
     font-size: 22px 
}
p em { color: darkblue }
p  { font-size: 22px }
table  { font-size: 20px }
table em { color: darkblue }

li  { font-size: 22px }
li em { color: darkblue }
.code { font-family: courier;
	    color: #004000;
		margin-left: 40px;
		font-size: 22px }
.code strong { color: darkblue }

.shell { font-family: courier ;
	    color: #500050;
		margin-left: 40px;
		font-size: 22px }
.shell strong { color: #000050 }

.syscall { font-family: courier;
	    color: darkblue;
	    font-weight: bold
	 }
.arg { font-family: courier;
	    color: darkblue;
	    font-style: italic;
	    font-weight: bold;
	 }

.cmd { font-family: courier;
	    color: darkgreen;
	    font-weight: bold;
	 }

.const { font-family: courier;
		    	color: darkred;
			font-weight: bold;
			}

.filename { font-family: courier;
		    	color: blue;
			font-weight: bold;
			}

.filename strong { color: green }
.filename em { color: darkblue }

.header {font-family: arial;
		font-size: 12px;
		margin-top: 10px;
		text-align: right}	
	
