/* common.css - the "Volume 97" layout stylesheet.
 * Wil Mahan <wtm2@duke.edu>, July 2001
 */

/* Note that some font sizes are specified in pixels (px) in
 * the common layout.  Although some condemn this practice,
 * it is the most effective way of acheiving cross-platform
 * consistency within a fixed space.
 */

body {
	color: #000000;
	background: #ffffff;
}

/* The link colors traditionally specified in the <body> tag.
 * Note that the order is important (see the CSS2 spec).
 */

a:link {
	color: #000000;
	text-decoration: underline
}
a:visited {
	color: #000000;
	text-decoration: underline
}
a:hover {
	color: #000099;
	text-decoration: underline
}
a:active {
	color: #ff0000;
	text-decoration: underline
}

.voliss {
	font-size: 9pt;
	font-family: helvetica,arial,sans-serif;
	padding-left: 10px;
}

.backlink {
	font-size: 9pt;
	font-family: helvetica,arial,sans-serif;
	padding-left: 10px;
}

/*
 * $Log: common.css,v $
 * Revision 1.11  2002/04/18 20:32:44  prod
 * *** PROMOTION TO PROD ***
 *
 * Revision 1.24  2002/04/18 20:17:42  qa
 * *** PROMOTION TO QA ***
 *
 * Revision 1.6  2001/08/02 20:35:10  wtm2
 * Use image for printer-friendly logo.
 *
 * Revision 1.5  2001/07/26 22:58:08  wtm2
 * Fix mix-up on printer-friendly page.
 *
 * Revision 1.4  2001/07/26 22:53:45  wtm2
 * Printer-friendly tweaks.
 *
 * Revision 1.3  2001/07/26 18:15:26  wtm2
 * More printer-friendly tweaks.
 *
 * Revision 1.2  2001/07/26 18:08:26  wtm2
 * Printer-friendly improvements.
 *
 * Revision 1.1  2001/07/26 04:51:00  wtm2
 * Add printer-friendly layout.
 *
 */

