body {
 	background-color: #ffffff; /* white */
	font-family: arial; 
	font-size: small; 
	color: #000099; } /* navy */

h1, h2, h3, h4, h5, h6 {
	font-variant: small-caps; /* normal, small-caps */
	color: #000099; } /* navy */

table { 
	background-color: #ffffff;
	border-color: #000099;
	font-family: arial; 
	font-size: small;
	color: #000099; } /* navy */


.smalltext	{
	color: #000099; /* navy */
	font-family: arial;
	font-weight: normal;
	font-size: xx-small; 
	text-decoration: none; }

/* link attributes */
a:link {
	color: #000099; /*  */
	cursor: hand; } 
a:visited {
	color: purple; /*  */
	cursor: hand; } 
a:hover {
	color: red; /*   */
	cursor: hand; } 
a:active {
	color: green; /*  */
	cursor: hand; } 
