BODY {
/*	background-color: white; */
	background-image: url(/biz2/photokirlian/images/fundo.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
/*	color: Yellow; */
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

TD.small {
	font-size: 8pt;
}

A {
	color: blue;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}

A:HOVER {
	color: gray;
/*	text-decoration: underline; */
}

A:VISITED {
	color: red;
}

