* {
	margin:0;
	padding:0;
	border:0;
	font-size:inherit;
	text-align:justify;
}
body{
	line-height:150%;
	min-width:51em;
	font-size:12px;
}

.center{
	width: 50em;
	margin: 0 auto;
}

#pageMessage{
	text-align:right;
	overflow:hidden;
	line-height:300%;
	padding:1.5em 0;
}

#pageMessage p{
	line-height:150%;
	text-align:right;
	margin:0;
}

#pageMessage a{
	font-family:palatino;
	text-decoration:none;
	color:black;
	font-size:200%;
	line-height:150%;
}

.greybk{
	background-color:#EEE;
	color: rgb(241,241,241);
}

#menu div{
	font-size:125%;
	line-height:240%;
}

#menu a{
	color: rgb(0,61,200);
	margin-right:1em;
	text-decoration:none;
}

#menu a:before { content: "\00A7"; }
#menu a:hover { color: rgb(191,82,63); }

#footer{
	color: rgb(91,91,91);
	text-align:center;
	font-size:75%;
	line-height:200%;
	margin:2em 0;
}

.section{
	padding-left:0.5em;
	font-size:125%;
	margin: 2ex 0 0 0;
	line-height:240%;
	border-top:solid 2px rgb(0,0,0);
	border-bottom:solid 1px rgb(0,0,0);
}

dd{ margin-left:1.2em; }
dl,p{ margin-top:2ex;}
a{ text-decoration:none; color: rgb(68,68,170); }
a:hover { color: rgb(191,82,63); }

.J:hover { background-color: rgb(255,236,236); }

.iP:hover { background-color: rgb(239,245,251); }

.M:hover { background-color: rgb(236,232,232); }

.myself{ font-weight:bolder; }
.title { font-style:italic; font-weight:bolder;}

