body {
	background-color:	white;
	text-align:		left;
	color:			black;
	font-family:		sans-serif, arial, verdana, helvetica;
	font-size:		medium;
	margin:			10px 40px 10px 40px
}

a {
	color:			#4444FF;
	text-decoration:	none;
	background-color:	white;
}

a:link {
	color:			#4444FF;
	background-color:	white;
}

a:visited {
	color:			#7733BB;
	background-color:	white;
}

a:hover {
	color:			#000080;
	background-color:	white;
	text-decoration:	underline;
}

a:active {
	color:			#7733BB;
	background-color:	white;
}

v {
	  behavior:		url(#default#VML);
}

.center		{ text-align:		center;		}
.right		{ text-align:		right;		}
.indent		{ margin-left:		2%;		}
.small		{ font-size:		small;		}

