body{
	font-family: Verdana, helvetica, sans-serif ;
	font-size: 80%;
	background: lightyellow;	
}



pre  {margin-left: 20px;
	font-family: Verdana, helvetica, sans-serif ;
}

P,H1,H2,H3  {font-family: Verdana, helvetica, sans-serif;
            }

p {
	text-align: justify; 
}

table {
	font-size: 100%;
}


H1 { 
	font-size: 160%;
	color: darkblue;
}

H2 { 
	font-size: 140%;
	color: darkblue;
}
H3 { 
	font-size: 115%;
	color: darkblue;
}


.menubox {
	float:left;
	width: 160px;
}

.menu { 
	font-family: Verdana, helvetica, sans-serif ;
	font-size: 115%;
	background: lightgreen;
	margin: 5px;
	border-style: outset;
	border-width: 2px;      
}

.menu a{
       	color: blue ;
       	text-decoration: none;
		padding-left: 0.5em;
       	display: block;
}

.menu a:hover{
	background: #00ff00;
}

.menu a:active{
	color: white;
}

.menu p{
	font-family: Verdana, helvetica, sans-serif ;
	padding-left: 0.5em;
	margin-top: 0;
	margin-bottom: 0;
}

.main {
	margin-left: 180px;
}


.bio_r {
	float: right;
	width:370px;
	float:right; 
	padding: 2em;
       
}

.bio_r img{
	/*border:1px dashed #999;*/
}

.card { font-family: Verdana, helvetica, sans-serif ;
	background: white;
	margin: 10px;
	padding: 1em;
	border-style: solid;
	border-width: 1px;
}

/*
table.press {
	max-width: 100%;
}


img.press {
	width: auto;
	
}
*/