:hover {
	color: Blue;
	font-family: Tahoma;
	font-size: 10pt;
	text-decoration: underline;
}
a:link {
	color: Navy;
	font-family: Tahoma;
	font-size: 10pt;
	text-decoration: none;
}

a:visited {
	color: Navy;
	font-family: Tahoma;
	font-size: 10pt;
	text-decoration: none;
}


body {
	background-image: url(bg.gif);
}

