
    BODY {
	color: black;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #7698B8;
}

A:link {
	color: Navy;
	text-decoration: none;
	font : bold;

}

A:active {
	color: Blue;
	text-decoration: line-through;
	font : bold;

}

A:visited {
	color: gray;
	text-decoration:none;
	font : bold;

}

table {
	color: black;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: White;
	border: solid 1px Black;
}

blockquote {
color: black;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: White;
	border: thin solid Black;
padding:10pt
}


