A:link  {text-decoration: none}
A:visited  {text-decoration: none}
body {background-color: #EEE8CD}

h1 { color: green; font-family: Sand; font-size: 60pt; word-spacing: 2em; text-align: left; letter-spacing: 5px;
}
h2 { color: blue; font-family: "Times New Roman"; font-size: 40pt; word-spacing: 2em; text-align: left; letter-spacing: 5px;
}
h3 { color: black; font-family: Sand; font-size: 20pt; word-spacing: 2em; text-align: left; letter-spacing: 5px;
}
P { background: none;
    font-family: serif;
	font-size: 18pt;
}
P.small { background: none;
    font-family: serif;
	font-size: 10pt;
}
P.medium { background: none;
    font-family: serif;
	font-size: 14pt;
}
/* Mast head is simulation of top frame */
#mastHead{ position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	z-index: 1;
	background-color: #EEE8CD;
	border: 0px solid #00DD33;
	padding: 0px;
}
/* Link Index is the simulation of left index/browsing frame */
#linkIndex{ position: fixed;
	left: 0px;
	top: 80px;
	width: 120px;
	border: 0px solid #DD0000;
	padding: 5px;
	background-color:  #EEE8CD;
}
#contentsBox{ position: relative;
	margin-top: 80px;
	margin-left: 122px;
	border: 0px solid #00DD33;
	padding: 3px;
	background-color: #EEE8CD;
}

