body {
	background-image: url(images/bg.html);
	background-color: #CCCCCC
}
.text {
	font-size: 8pt ;
	color: #333333;
	font-family: arial
}
H3 {
	font-size: 12pt ;
	color: #333333;
	font-family: arial
}
a:link  {
	text-decoration: none;
	color: #CC0000;
}
a: hover  {
	text-decoration: underline;
	color: #000099;
}
a: visited  {
	text-decoration: none;
	color: #800080;
}


