body {
	color: #0000ff;
	background-color: #D6E0FE;
}
.fatcursive {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.bottomblock {
	position: absolute;
	top: 92%;
	right: 10px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.redtext {
	font-style: italic;
	font-weight: bolder;
	color: #FF0000;
	position: relative;
	left: 5px;
}
a:link {
	color: #000099;
}
a:visited {

	color: #000099;
}
a:hover {
	color: #00FFFF;
	background-color: #0000FF;
}
.wordbox {
	
}
.menu {
	background-color: #9CCEF7;
	background-color: #D6E0FE;
	cursor: hand;
	position: fixed;
	height: 100px;
	top:10px;
	z-index: +5;
}
.contentBox {
	top: 5px;
	left: 185px;
	position: absolute;
	margin: 5px;
	padding: 5px;
	clear: both;
	width:72%;
	border: ridge;
}

