/* Default text for all pages */
body		{ background: white;
			margin: 10px; 
			margin-left: 10px; 
			font-family: Arial; 
			color: black; font-size: 10pt }  
			
/* Default text for all tables */
table		{
	font-family: Arial;
	color: black;
	font-size: 10pt;
	border-right-style: none;
}
			
/* Main heading */
h1			{ font-size: 14pt; }

/* Sub-heading */
h2			{ font-size: 10px; }

/* Small text */
.f1			{ font-size: 8pt; }

/* Hyperlink text */
a:link		{ color: #000000}

/* Visited hyperlink text */
a:visited	{ color: black }

/* Active hyperlink text */
a:active	{
	color: black;
	border-right-style: none;
}

/* Border around photos
img {border-color: black}
