/*
 * Standard style sheet for Nescorna Professional Web site.
 *
 * $Id: std.css,v 1.1 2003/06/13 23:11:57 nescorna Exp $
 * $Source: /home/nescorna/cvs_repository/web/std.css,v $
 * $Revision: 1.1 $
 * $Name:  $
 */

/*
 * Headers
 */
h1.center	{text-align: center;}
h1.title {text-align: center; font-family: sans-serif;}
h2.title {text-align: center; font-family: sans-serif;}

/*
 * Anchors
 */
a:link, a:visited, a:active
	{text-decoration: none; color: black; font-weight: bold;}
a: hover
	{text-decoration: underline;}

/*
 * General body text
 */
p.in	{margin-left: 3em;}
address {font-size: 12;}

.sm	{font-size: smaller;}
