body {
	margin: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1;
	background-color: #FF97C6;
	color: #000000;
	scrollbar-face-color: #1073E0;
	scrollbar-highlight-color: #363636;
	scrollbar-shadow-color: #363636;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color:  #000000;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #101010;
}

A:link {
	text-decoration: underline;
	color: #000080;
	font-family: Arial, Helvetica, sans-serif;
}          /* unvisited link */

A:visited {
	text-decoration: underline;
	color: #000080;
	font-family: Arial, Helvetica, sans-serif;
}        /* visited links */

A:active {
	text-decoration: underline;
	color: #000080;
	font-family: Arial, Helvetica, sans-serif;
}        /* active links */

/* setting the anchor border around IMG elements
   requires contextual selectors */

A:link IMG { border: 0px solid white }
A:visited IMG { border: 0px solid white }
A:active IMG { border: 0px solid white }

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
}

.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12pt;
}

.normalbold {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
}

.head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}

.head3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}

.head4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
