/**************************************************************************
*	set default styles:
*	in NN, center and td don't inherit from body, so need to define as same.
**************************************************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
form {
	margin-top: 0;
	margin-bottom: 0;
}

/**************************************************************************
*	set link styles:
*	in NN, hover modifier is ignored.
**************************************************************************/
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
a:link		{text-decoration: none; color: #0033ff;}
a:visited	{text-decoration: none; color: #cc33ff;}
a:active	{text-decoration: none; color: #00ffff;}
a:hover		{text-decoration: none; color: #00ccff;}

/**************************************************************************
*	set user styles:
**************************************************************************/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5;
	margin-top: 5;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5;
	margin-top: 5;
}

.bold {
	font-weight: bold;
}

.mini {
	font-size: 11px;
}

.blue {
	color: #0000ff;
}

.quote {
	font-size: 14px;
	color: #666666;
}
