/* jlarkin.css - the Dr. Jennie stylesheet */

body {
	background: #ffffff url('jl_bg.gif');
	font-family: Helvetica, Times, sans-serif;
	font-size: 10pt;
	color: #000000;
}
a:link {
	color: #006000;
	background: inherit;
}
a:visited {
	color: #004080;
	background: inherit;
}
a:active, a:hover {
	background: inherit;
	color: #ff0000;
}
.sc {
	font-variant: small-caps;
	font-size: 150%;
}
.fl1, table.idximages {
	font-size: 85%;
}

/* the table containing thumbnail images in the images directories */
table.idximages td {
	border: 1px solid #666666;
}
table.idximages .motto {
	font-size: 8pt;
	font-variant: small-caps;
}

table.imgnav {
	font-size: 8pt;
	margin: 10px;
	width: 60%;
}
table.imgcgi {
	border: 1px solid #666666;
	font-size: 11pt;
}

