body { color: #000000;
       background: #FFFFFF; 
}

img.pic  { width: 135px;
           height: 180px;
           border-style: solid;
           border-width: 1px;
           border-color: #FFA500;
}

img.logo { width: 180px;
           height: 180px;
}

img.content { width: 60px;
		  height: 60px;
}

table.wide { width: 100%; }

td.headl { text-align: left; }

td.headr { text-align: right; }

td.name  { vertical-align: top;
   	     font-weight: bold;
	     font-size: 24px;
}

td.hinfo  { vertical-align: middle; }

td.navig { vertical-align: middle; }

td.info { text-align: center;
          vertical-align: middle;
          background-color: #F0F020;
	  width: 135px;
}
td.info-content { background-color: #F0F020;
		   vertical-align: top;
}

td.research { text-align: center;
              vertical-align: middle;
              background-color: #F4C020;
}
td.research-content { background-color: #F4C020; }

td.teaching { text-align: center;
	      vertical-align: middle;
              background-color: #F87020;
}
td.teaching-content { background-color: #F87020; }

td.misc { text-align: center;
	  vertical-align: middle;
          background-color: #F62820;
}
td.misc-content { background-color: #F62820; }

li { list-style-type: circle; }

p.center { text-align: center; }

a.headline { font-weight: bold;
	     font-size: 18px;
}

a:link { color: blue;
         text-decoration: underline;
}

a:visited { color: purple;
            text-decoration: underline;
}

a:hover { color: blue;
          text-decoration: none;
}

a:active { color: pink;
           text-decoration: underline;
}
