body {
	padding-left: 20em;
	min-width: 20em;
	max-width: 40em;
	font-family: Georgia, "Times New Roman", Times, serif;

	color: black;
	background-color: #fefefe; 
	text-align: justify
}

h1 { 
	text-transform: capitalize;
	color : #FF0000;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif 
}

h2 {
	color : #FF2200;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif 
}

h3 {
	text-transform: uppercase;
	color : #FF3300;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif 
} 

h4 {
	color : #FF3300;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif 
} 

h5 {
	color : #FF3300;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif 
} 

th { /* table heading colour */
	color : #FF4400;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif 
}

td.command { /* center the contents of tables*/
	white-space: nowrap;
	white-space: pre;
	text-align: center
}

ul.navigationMenu
{
	font-size: 17;
	text-align: center;
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0em;
	left: 4em;
	width: 10em;
}

ul.navigationMenu li 
{
	font-color: black;
	background: #f0f0f0;
	margin: 2.0em 0;
	padding: 1.2em;
	border: 0.1em solid black;
}

ul.navigationMenu a 
{
	text-decoration: none
}

a:link 
{
	color: green
}

a:visited 
{
	color: red
} 

