body {
	font-family: Verdana;
	margin-left: 10%;
	margin-right: 10%;
	background-color: white;
	color: black;
}

p {
	margin-left: 1.0em;
}

h1 {
     font-size: 250%;
     font-weight: bold;
     text-align: center;
     background-color: #ff8e8e;
}

h2 {
     font-size: 150%;
     font-weight: bold;
     text-align: left;
     background-color: #ff8e8e;     
}

h3 {
     font-size: 120%;
     font-weight: bold;
	 margin-top: 1.0em;
	 margin-bottom: 0.5em;
	 margin-left: 0.5em;
     text-align: left;
}

h4 {
     font-size: 100%;
     font-weight: bold;
     text-align: left;
	 margin-top: 1.0em;
	 margin-bottom: 0.5em;
	 margin-left: 0.5em;
}

h5 {
     font-size: 100%;
     font-weight: bold;
     text-align: left;
	 margin-top: 1.0em;
	 margin-bottom: 0.5em;
	 margin-left: 0.5em;
     background-color: #ffdddd;     
}

ol {
	margin-left: 2.0em;
}

li {
	margin-top: 0.5em;
}


.shell {
	font-family : monospace;
	font-size : 10pt;
	text-align : left;
	line-height : 150%;
	color : #ffffff;
	background-color: #000000;
}

.backto {
	margin-top: 1.0em;
	margin-bottom: 3em;
	text-align: center;
}

.caution {
	color: #ff0000;
	font-weight: bold;
}

.check {
	color: #0000ff;
}

.note {
	color: #00ff00;
}

.directory {
	color: #7777ff;
}

.header {
	text-align: right;
}

.footer {
	text-align: right;
}

.date {
	background-color: #ffd700;
}

