body {
	background: url("bkgr.jpg");
	background-color: #FFF9EC;
	background-repeat: no-repeat;
}
A.type {
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

A.type:link {
	color: #000080;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
A.type:active {
	color: #800000;
}
A.type:visited {
	color:#000080;
}
A.type:hover {
	color:#FFFFFF;
}