
/*
base styles
*/

a:link {
	text-decoration: none;
	color: navy;
}

a:visited {
	text-decoration: none;
	color: gray;
}

a:hover {
	text-decoration: underline;
	color: 003333;
}

body {
	/* Change the following four as one */
	background-color: ffffff;
	scrollbar-highlight-color : navy;
	scrollbar-shadow-color : 666666;
	scrollbar-face-color : cccccc;
	color: black;
	font-family : "Palatino Linotype",Palatino,serif;
	margin: 0;
	padding: 10mm;
	/* If you change the color of the border, also change the following four scrollbar entries */
	border : 1px solid navy;
	scrollbar-3dlight-color : silver;
	scrollbar-darkshadow-color : gray;
	scrollbar-arrow-color : navy;
	scrollbar-base-color : gray;
	scrollbar-track-color : #D8D8D8;
}

span.firstLetter {
	font-size:120%;
}

.inline-heading {
	font-weight: bold;
}	

